Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite PasswordField Component Overview #343

Open
hyyan opened this issue Nov 28, 2024 · 0 comments
Open

Rewrite PasswordField Component Overview #343

hyyan opened this issue Nov 28, 2024 · 0 comments

Comments

@hyyan
Copy link
Member

hyyan commented Nov 28, 2024

Rewrite from :

The PasswordField component provides a way for the user to securely enter a password. The element is presented as a one-line plain text editor control in which the text is obscured so that it cannot be read, usually by replacing each character with a symbol such as the asterisk ("*") or a dot ("•"). This character will vary depending on the user agent and operating system.

To :

The PasswordField component allows users to securely input a password. It is displayed as a single-line text editor where the entered text is obscured, typically replaced with symbols like asterisks (”*”) or dots (”•”). The exact symbol may vary based on the browser and operating system.

https://docs.webforj.com/docs/components/fields/passwordfield

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant