TextFieldBoxes
TextFieldBoxes copied to clipboard
Password Visibility Toggle
Hi, from what I understand, your TextFieldBoxes is replacing TextInputLayout. If that's the case, are you planning to add support for password visibility toggle? I know we can achieve the same thing using endIcon, I was just curious if you are planning to add a support so we can show and hide password easily.
Good thought. Will consider adding this in the future :)
++ on this feature request so I don't have to do it on my own :)
I did this using endIcon, but touch area for endIcon is too small. Icon size is 24dp and touch area is also 24dp. Touch area should be at least 48dp. Fixing that would solve our issue also. If I have time I will try to add this.
@HITGIF was this fixed with the latest release?
@mario The end icon dimensions are extented to 48dp. Intergrated password toggle is not yet supported.