You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Пример 2. Создание MaskFormatWatcher с raw-маской и отображением _ на местах для ввода:
Slot[] slots = new UnderscoreDigitSlotsParser().parseSlots("___ ___ ___");
Mask mask = MaskImpl.createTerminated(slots);
mask.setShowingEmptySlots(true);
FormatWatcher formatWatcher = new MaskFormatWatcher(mask);
У меня ругается, говорит, что "MaskImpl mask" должно быть, а не "Mask mask ".
Стоит public static final int MASK_INPUT_RULES а в ru.tinkoff.decoro:decoro:1.1.1 тупо нет такого поля.
И вообще описание хромает,
The text was updated successfully, but these errors were encountered: