s-yadav / react-number-format

React component to format numbers in an input or as a text.
MIT License
3.88k stars 409 forks source link

No mask when paste phone with suggestions in Chrome at iOS #547

Open someden opened 3 years ago

someden commented 3 years ago

No mask when paste phone with suggestions in Chrome at iOS

Steps to reproduce:

  1. Open chrome://settings/addresses and add some phone for suggestions
  2. Open example in Chrome: https://lolin.csb.app/
  3. Use Chrome suggestions instead of standard keyboard input

Example code: https://codesandbox.io/s/modest-brook-lolin?file=/src/index.js

react-number-format: 4.6.0 Chrome: 90.0.4430.216 iOS: 14.5.1

https://user-images.githubusercontent.com/7009699/120218191-07d59500-c242-11eb-9ac8-09101aedb7f6.MP4

s-yadav commented 3 years ago

I am assuming its not triggering proper onChange event. Need to check.