sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 257 forks source link

AutoFill + `maskChar={null}` #161

Open pmn4 opened 5 years ago

pmn4 commented 5 years ago

The first character of an auto-filled <InputMask /> gets dropped when maskChar is null or "".

react-input-mask

Fiddle