Request to add [Component] Input Masks
See original GitHub issueI need my text inputs to have an input mask to describe and enforce a certain format: e.g. “(999) 999-9999”. I was hoping react-input-mask
would work with chakra, but it doesn’t seem possible. This seems like a common requirement, so it would be nice to support that.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Implementing react-input-mask for web apps - LogRocket Blog
Learn how to avoid transcription errors in React using input masks, which provide user-friendly constraints for your user input fields.
Read more >Input mask | U.S. Web Design System (USWDS)
An input mask is a string expression that constrains input to support valid input ... Component preview. Social Security Number Input Mask.
Read more >How to create a reusable input component with custom mask ...
Hello everyone, in this tutorial I'm going to show you how you can create a reusable input component with parameters for you to...
Read more >Control data entry formats with input masks - Microsoft Support
In this article · About input masks · Characters that define input masks · When to avoid using input masks in Access ·...
Read more >Formatting input masks in components
You can specify a mask or pattern to apply to text entered in a component (such as a phone number). Input masks can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t know what problem did you guys face when using the
react-input-mask
withchakra-ui
. I just addedreact-input-mask
for my project and it works well. Here a quick CodeSandboxNevermind, not enough coffee. It is working.