TextFieldBoxes icon indicating copy to clipboard operation
TextFieldBoxes copied to clipboard

Password Visibility Toggle

Open GokhanArik opened this issue 6 years ago • 5 comments

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.

GokhanArik avatar Mar 08 '18 19:03 GokhanArik

Good thought. Will consider adding this in the future :)

HITGIF avatar Mar 17 '18 09:03 HITGIF

++ on this feature request so I don't have to do it on my own :)

mario avatar Apr 18 '18 17:04 mario

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.

GokhanArik avatar Apr 18 '18 18:04 GokhanArik

@HITGIF was this fixed with the latest release?

mario avatar Jun 18 '18 12:06 mario

@mario The end icon dimensions are extented to 48dp. Intergrated password toggle is not yet supported.

HITGIF avatar Jun 19 '18 08:06 HITGIF