react-intl-tel-input icon indicating copy to clipboard operation
react-intl-tel-input copied to clipboard

Using value prop, onPhoneNumber* events don't fire

Open axebox opened this issue 4 years ago • 0 comments

The field does update (the component is recognizing a stateful value on the value prop), but the event handlers aren't firing. As well, the component isn't respecting the format prop.

I'm using an event emitter to listen for events in another component (a keypad), and this is all working and updating state as expected.

axebox avatar Mar 24 '20 20:03 axebox