vaadin / docs

Official documentation for Vaadin and Hilla.
https://vaadin.com/docs
Other
29 stars 195 forks source link

Warn about exposing the actual password stings in the password component documentation #3588

Open Legioth opened 3 months ago

Legioth commented 3 months ago

Tell us about your request

The password field documentation for Vaadin 8 warns about the fact that passwordField.setValue(secretPassword) will cause the password to be sent to the client and that the masking in the field is just a visual feature. We should have something similar also in the documentation for newer versions of the component.


If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.

Legioth commented 3 months ago

See https://github.com/vaadin/framework/issues/10544 for a discussion about the feature in Vaadin 8.