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

Merged
merged 5 commits into from
Nov 27, 2024

Conversation

CatchABus
Copy link
Collaborator

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.

@CyberDex CyberDex merged commit f0c3a99 into pixijs:main Nov 27, 2024
1 check failed
CatchABus added a commit that referenced this pull request Nov 30, 2024
)

* perf(Input): Use substring to remove last character

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

* chore: Updated input stories

* chore: Secure fallback value

---------

Co-authored-by: Dmytro Soldatov <[email protected]>
CatchABus added a commit that referenced this pull request Dec 1, 2024
)

* perf(Input): Use substring to remove last character

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

* chore: Updated input stories

* chore: Secure fallback value

---------

Co-authored-by: Dmytro Soldatov <[email protected]>
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.

2 participants