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

Fixes onChange handler not being called when input is filled by autocomplete

Open warp opened this issue 8 years ago • 2 comments

Issue is know to effect Internet Explorer and Chrome on iOS

warp avatar Jun 02 '16 02:06 warp

@warp But you can use the onBlur callback?

mukeshsoni avatar Oct 17 '16 05:10 mukeshsoni

Yes I am using the onBlur callback but browser autocomplete in IE11 and some mobile browsers does not trigger the onChange event so the input is not correctly updated.

warp avatar Oct 17 '16 20:10 warp