Mingze Wang
Results
2
comments of
Mingze Wang
Bumping this
Encountering the same issue, adding the below line helped me ``` InternationalPhoneNumberInput( .... onInputChanged: (PhoneNumber value) { _phoneNumberController.selection = TextSelection.collapsed(offset: _phoneNumberController.text.length); } ); ```