AlmogBaku / IntlPhoneInput

International phone input for Android
Other
162 stars 96 forks source link

Last instance override the values of all other instance #33

Open AbdullahRaza opened 6 years ago

AbdullahRaza commented 6 years ago

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