Page 1 of 1

Show-button in password-edits

PostPosted: 04 Nov 2019 12:57
by antonsanta
Hi, I've a TIWCGJQEdit control on my form with InputType=etPassword and PromptPassword=true. Is there a way to show a "Show-Password" button inside the control when user inserts his/her password?
Thanks and best regards
Toni

Re: Show-button in password-edits

PostPosted: 04 Nov 2019 16:24
by Alexander Bulei
It's a default behavior of browser with type="password".

if you want different behavior, you need do it by your self.