sanniassin / react-input-mask

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

Autocomplete "one-time-code" doesn work with iOS keyboard. #297

Open YegorDovydenko opened 1 year ago

YegorDovydenko commented 1 year ago

With standard <input autoComplete="one-time-code" /> paste from iOS keybord works correctly.

How to do it with react-input-mask?