You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in this gif, i am actually trying to delete digits from country code when country code is multi digit, it does not seem to be able to remove them. But works fine with single digit country codes.
This issue only appears when auto-format is enabled, and i seem to be able to select the country code with double tap and can remove it than, but not normally.
I am testing on iOS simulator(iphone Xs max) as i am still in dev mode.
Version of library: 0.2.2
RN: 0.59.9
The text was updated successfully, but these errors were encountered:
Hey guys. I know I am pretty late here but I recently started using this library and I also faced the same issue and I resolved this with a simple listener on onChangePhoneNumber, simply create a boolean state and check the length of your text and toggle auto formatting accordingly.
Refer below:
As seen in this gif, i am actually trying to delete digits from country code when country code is multi digit, it does not seem to be able to remove them. But works fine with single digit country codes.
This issue only appears when auto-format is enabled, and i seem to be able to select the country code with double tap and can remove it than, but not normally.
I am testing on iOS simulator(iphone Xs max) as i am still in dev mode.
Version of library: 0.2.2
RN: 0.59.9
The text was updated successfully, but these errors were encountered: