Skip to content

An Exception caught by widgets library occurs while typing in FormBuilderTextField #966

@Uvais-Mohammad

Description

@Uvais-Mohammad

An Exception caught by widgets library is occurring while typing something in FormBuilderTextField. Please let me know if there is any solution

Code is given below:

 body: FormBuilder(
        key: _formKey,
        child: Padding(
          padding: const EdgeInsets.all(8.0),
          child: Column(
            children: [
              const SizedBox(height: 8),
              FormBuilderTextField(
                name: 'universityName',
                decoration: InputDecoration(
                  labelText:  'University Name' ),
                validator: FormBuilderValidators.required(context),
              ),
           ],
          ),
        ),
      ), 

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting author responseWaiting for author of issue to respond with more infobugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions