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

Extend Form.Control with input mask #2458

Closed
monteri opened this issue Jul 20, 2023 · 1 comment
Closed

Extend Form.Control with input mask #2458

monteri opened this issue Jul 20, 2023 · 1 comment
Assignees
Labels
enhancement Relates to new features or improvements to existing features raccoon-gang

Comments

@monteri
Copy link
Contributor

monteri commented Jul 20, 2023

Input mask can nr useful in cases with phone number, credit card, date.
There are existing solutions for React that can be either integrated with Form.Control or partially taken to create own input mask functionality.
Example:
react-input-mask by sanniassin

Considered enough of a PITA for users where it’s a WCAG concern. (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/tel)

@monteri monteri added enhancement Relates to new features or improvements to existing features raccoon-gang labels Jul 20, 2023
@monteri monteri self-assigned this Jul 20, 2023
@PKulkoRaccoonGang
Copy link
Contributor

PKulkoRaccoonGang commented Sep 15, 2023

PR: #2626

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Relates to new features or improvements to existing features raccoon-gang
Projects
Status: Done
Development

No branches or pull requests

3 participants