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
When we create more then one instance of IntlPhoneInput on same screen, fill the values then go to next activity and come back, the value of last instance override all above instance.
Reason my TL found is that same Id is assigned to all of the instances. so value of last instance is retained and prefill all other instances when we come back.
thanks
The text was updated successfully, but these errors were encountered:
AbdullahRaza
changed the title
Override prefilling this custom view
Last instance override the values of all other instance
Dec 14, 2017
hi,
When we create more then one instance of IntlPhoneInput on same screen, fill the values then go to next activity and come back, the value of last instance override all above instance.
Reason my TL found is that same Id is assigned to all of the instances. so value of last instance is retained and prefill all other instances when we come back.
thanks
The text was updated successfully, but these errors were encountered: