Jonatan A. Mancera Tabarez

Results 7 comments of Jonatan A. Mancera Tabarez

I think te problem is with the `onInputChanged` , I remove this, and the problem fix, i dont kwon why

> I was having the same issue, and the way i solved this is by attributing the initial value to a variable, this solved the problem. > > ![image](https://user-images.githubusercontent.com/102232156/159704701-a2e3e8e9-12b8-4910-9b4c-36c730a91333.png) >...

I think te problem is with the `onInputChanged `, I remove this, and the problem fix, i dont kwon why

> There's a temporary [fix](https://github.com/natintosh/intl_phone_number_input/issues/155#issuecomment-753009509) > > TL;DR: Just make final field holding the initial value: `final _initialPhone = PhoneNumber(isoCode: "PA");` > > and use it like this: `InternationalPhoneNumberInput(initialValue: _initialPhone)`...