When PhoneInput is rendered the first time, it does emit a onChangePhoneNumber('').
This is caught by my React component which then believes the input was reset.
This comes from code at line 244 of lib/index.js ... commenting that line does fix the issue.
Any reason for that line ?
When PhoneInput is rendered the first time, it does emit a onChangePhoneNumber(''). This is caught by my React component which then believes the input was reset. This comes from code at line 244 of lib/index.js ... commenting that line does fix the issue. Any reason for that line ?