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
Leaks the password value in the data attributes added for Stimulus controller:
The form itself correctly masks the password value, but stimulus would also need to mask it for type: :password.
Note: The value must be passed explicitly for the dot dot dot mask to show up in browsers. When no value is set then the field looks empty, which is confusing as well.
I'll see if I can come up with a PR to fix the above.
The text was updated successfully, but these errors were encountered:
The following component:
Leaks the password value in the data attributes added for Stimulus controller:
The form itself correctly masks the password value, but stimulus would also need to mask it for
type: :password
.Note: The value must be passed explicitly for the dot dot dot mask to show up in browsers. When no value is set then the field looks empty, which is confusing as well.
I'll see if I can come up with a PR to fix the above.
The text was updated successfully, but these errors were encountered: