Android Question B4XFloatTextField reveal password

Can an enhancement be done to B4XFloatTextField such that
  • We are able to receive an event whenever Reveal button is pressed that gives us the newly created EditText so we can adjust its look to fit our original settings?
I understand due to the nature of Reveal button (of creating a new EditText), it helps nothing even if we are allowed to toggle it programmatically, so I think what we need is to be handed a reference to the newly created EditText.

EDIT: I realized the source code is in the b4xlib file. I can attempt to add this feature and will post a thread wherever recommended.
 
  • Like
Reactions: LGS
Upvote 0
It might be added in the future. You can also disable it with the designer.

I understand, Erel. Disabling the Reveal button prevents the TextField from resetting the format. However, we need the Reveal button due to the application design.

Thank you though! Always appreciate your replies.
 
Upvote 0
Top