Shehzad1Dev

Results 3 comments of Shehzad1Dev

In `onInputChanged` method, add the following line ``` numCont.selection = TextSelection.collapsed(offset: numCont.text.length); ``` and `numCont` is your own `TextEditingController`. Here is the full code: ``` onInputChanged: (PhoneNumber number) { numCont.selection...

In `onInputChanged` method, add the following line ``` numCont.selection = TextSelection.collapsed(offset: numCont.text.length); ``` and `numCont` is your own `TextEditingController`. Here is the full code: ``` onInputChanged: (PhoneNumber number) { numCont.selection...

In `onInputChanged` method, add the following line ``` numCont.selection = TextSelection.collapsed(offset: numCont.text.length); ``` and `numCont` is your own `TextEditingController`. Here is the full code: ``` onInputChanged: (PhoneNumber number) { numCont.selection...