react-telephone-input
react-telephone-input copied to clipboard
Fixes onChange handler not being called when input is filled by autocomplete
Issue is know to effect Internet Explorer and Chrome on iOS
@warp But you can use the onBlur
callback?
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.