You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When .toHTML() is called on a form that includes a password widget, it creates a tag like <input type="password" value="my secret password">. I think it would be more prudent to not output the value for password widgets.
The text was updated successfully, but these errors were encountered:
When .toHTML() is called on a form that includes a password widget, it creates a tag like
<input type="password" value="my secret password">
. I think it would be more prudent to not output the value for password widgets.The text was updated successfully, but these errors were encountered: