You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a common use case, an InputField should only allow some well defined patterns, like only numbers in a specific format like money amounts or credit card numbers and so on. This is where so called "masks" come into play.
As a really neat feature we should try to find some good support for such uses cases on the "headless" level API of InputField component.
As a common use case, an InputField should only allow some well defined patterns, like only numbers in a specific format like money amounts or credit card numbers and so on. This is where so called "masks" come into play.
As a really neat feature we should try to find some good support for such uses cases on the "headless" level API of
InputField
component.We should have a look at https://imask.js.org/
Key questions to solve:
The text was updated successfully, but these errors were encountered: