sanniassin / react-input-mask

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

Fix chrome ios autocomplete bug #309

Closed danielhusar closed 1 year ago

danielhusar commented 1 year ago

Fixes https://github.com/sanniassin/react-input-mask/issues/291

When you use ios chrome app, and you try to autocomplete the masked input, the component goes to infinite loop of rerender.

fred-boink commented 1 year ago

@danielhusar Do you plan to add this to NPM for easier install? Having issues installing from github! Thanks for the fix, was thoroughly confused by this issue.