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
const val DRIVER_LICENCE_MASK = "__ __ ______"
val slots = UnderscoreDigitSlotsParser().parseSlots(DRIVER_LICENCE_MASK)
val formatWatcher = MaskFormatWatcher(MaskImpl.createTerminated(slots))
EditText позволяет ввести только цифры. Как добавить ввод текстовых символов?
The text was updated successfully, but these errors were encountered:
Можно понаследовать UnderscoreDigitSlotsParser
Переопределить метод slotFromUnderscoreCharacter
И вернуть в нем вместо PredefinedSlots.digit() слот позволяющий любой символ any
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Использую следующий код
EditText позволяет ввести только цифры. Как добавить ввод текстовых символов?
The text was updated successfully, but these errors were encountered: