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

feat(Input): Added secure input functionality for typing passwords #201

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

CatchABus
Copy link
Contributor

This PR adds secure functionality for inputs that accept passwords.
It will replace all characters with * and secure state is toggleable itself.

Input will accept secure as an option and instance property.

Now, let's say develop wants to add a show/hide password button like most forms do nowadays.
By setting property secure to false, Input will display the original text content. Setting it back to true will display asterisks again.

Additionally, I took the chance to improve performance on character deletion a little bit by using substring instead of array operations.

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

Successfully merging this pull request may close these issues.

1 participant