react-intl-tel-input
react-intl-tel-input copied to clipboard
Using value prop, onPhoneNumber* events don't fire
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.