Android Question Masked Edit Text hints

tkristensen

Member
Licensed User
Longtime User
I am using the 1.53 version of the masked edit text lib.. (https://www.b4x.com/android/forum/threads/lib-masked-edittext.30712/).

I am using the hint labels but running into a small consistency issue. When displaying a screen of several edittext fields (think address entry), Only numeric fields (phone number and zip code masks) will display the label without data being in the edit text. The text edittexts will show the hint after a character has been placed in the edittext field.

I would like these labels to always display if possible. Any easy way to do it?

Tom
 
Top