-
-
Notifications
You must be signed in to change notification settings - Fork 562
Closed
Labels
awaiting author responseWaiting for author of issue to respond with more infoWaiting for author of issue to respond with more infobugSomething isn't workingSomething isn't working
Description
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),
),
],
),
),
),
WilliamCunhaCardoso
Metadata
Metadata
Assignees
Labels
awaiting author responseWaiting for author of issue to respond with more infoWaiting for author of issue to respond with more infobugSomething isn't workingSomething isn't working
