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
I am having a user modal with a phone number field, during create mode I had no issues.
Once the data has been saved, the user can edit during which I need to populate the phone number field again. I am facing an issue here.
I am getting data like this from server '919710644621' (Indian number).
I am trying to use setNumber('919710644621'), but the field is not getting populated.
If I directly pass the data to value, the flag is not getting updated and the country code is displaying along with the phone number.
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
I am having a user modal with a phone number field, during create mode I had no issues.
Once the data has been saved, the user can edit during which I need to populate the phone number field again. I am facing an issue here.
I am getting data like this from server '919710644621' (Indian number).
I am trying to use setNumber('919710644621'), but the field is not getting populated.
If I directly pass the data to value, the flag is not getting updated and the country code is displaying along with the phone number.
Can someone help me with this?
The text was updated successfully, but these errors were encountered: