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
Hi.
How can I set the mask contain "L" or "U" character at the beginning or middle of string?
for example, I have an EditText that should accept only "L####-##". User should input something like "L1234-56", but currently it takes any lower case character at the beginning of the EditText (e.g c1234-56 , n1234-56, l1234-56)
The text was updated successfully, but these errors were encountered:
Hi.
How can I set the mask contain "L" or "U" character at the beginning or middle of string?
for example, I have an EditText that should accept only "L####-##". User should input something like "L1234-56", but currently it takes any lower case character at the beginning of the EditText (e.g c1234-56 , n1234-56, l1234-56)
The text was updated successfully, but these errors were encountered: