EasyUI Forum

General Category => General Discussion => Topic started by: Juan Antonio Martínez on October 23, 2020, 01:18:59 AM



Title: passwordbox: need to entirely hide typed characters
Post by: Juan Antonio Martínez on October 23, 2020, 01:18:59 AM
Hi all,
I have a problem with passwordbox:

I need to make a video for a  webapp that uses easyui in client side
The problem: when typeing password data to acces framework, sometimes characters are visible in some videoframes, making password visible for everyone that watches it.

I've tried to set checkInterval and lastDelay to minimum values ( ¿4 msecs javascript's setTimeout()'s minimum val? ) and problem seems to reduce...but still persist: if I make the screen video capture in a system under heavy load, some frames on the video still contains typed characters

So I need a way to NOT show anyway typed characters in a passwordbox, but just show "*" with no delay at all

¿Is it possible?
Thanks in advance

Juan Antonio


Title: Re: passwordbox: need to entirely hide typed characters
Post by: jarry on October 23, 2020, 08:04:05 AM
Please try to use the textbox component instead.
Code:
<input class="easyui-textbox" type="password">


Title: Re: passwordbox: need to entirely hide typed characters
Post by: Juan Antonio Martínez on October 24, 2020, 01:42:40 AM
Works fine, but "showEye" facility is now lost :-(

Juan Antonio