Skip to content

No way to close keyboard when using FormBuilderTextField on iOS  #253

Closed
@daniel-draper

Description

@daniel-draper

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

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions