field value changed

update_flutter_3.16.0
Sultan Khan 8 months ago
parent 3dd5538dca
commit 95b4aa9833

@ -163,7 +163,7 @@ class _AppTextFieldCustomState extends State<AppTextFieldCustom> {
} }
}, },
child: TextFormField( child: TextFormField(
textInputAction: TextInputAction.search, textInputAction: TextInputAction.done,
onEditingComplete: (){ onEditingComplete: (){
widget.onEditingComplete?.call(); widget.onEditingComplete?.call();
}, },

Loading…
Cancel
Save