Closed
Description
There looks to be no done button on an iOS keyboard when using the FormBuilderTextField, meaning that there is no way to remove the keyboard once it has popped up. This is happening when using the default keyboard type as well as other keyboard types.... This does work fine on android. Any idea why this is or if I am missing something?
FormBuilderTextField( controller: myController, attribute: "anAttribute", validators: [ FormBuilderValidators.required() ], //keyboardType: TextInputType.number, decoration: inputDecoration(labelText: "A textfield"), ),