react-input-mask icon indicating copy to clipboard operation
react-input-mask copied to clipboard

Input masking for React

Results 2 react-input-mask issues
Sort by recently updated
recently updated
newest added
trafficstars

Does this library support optional characters? For instance a US zip code is usually in format `99999` but sometimes can be in format `99999-9999`.

Description: - When using https://ui.shadcn.com/docs/components/input with react-input-mask, it does not mask the input Steps to Reproduce: - Install ui.shadcn.com with Vite. Add this code: ``` const { getInputProps } =...