update id on onchaged

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole 2023-10-23 04:17:28 +05:30
parent 935297b9e8
commit 5109802dfb

View File

@ -265,6 +265,9 @@ class _ConnectionPageState extends State<ConnectionPage> {
enableSuggestions: false,
keyboardType: TextInputType.visiblePassword,
// keyboardType: TextInputType.number,
onChanged: (String text) {
_idController.id = text;
},
style: const TextStyle(
fontFamily: 'WorkSans',
fontWeight: FontWeight.bold,