-
-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
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"), ),
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed