react-phone-input
react-phone-input copied to clipboard
Default value
How to add a default value
It is added via:
<ReactPhoneInput value="..." />
There is an issue in that if you change the state of the component it is in then it won't get the updated value. It would appear a change need to be made to componentWillReceiveProps() function to accept an update value. See issue #40