Skip to content

Commit

Permalink
Merge pull request #1298 from joshua1996/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
deandreamatias authored Sep 26, 2023
2 parents e6b1059 + f8b3dd9 commit 4f58141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ List<String> genderOptions = ['Male', 'Female', 'Other'];
FormBuilderDropdown<String>(
name: 'gender',
initialValue: 'Male',
decoration: InputDecoration(
labelText: 'Gender',
initialValue: 'Male',
suffix: IconButton(
icon: const Icon(Icons.close),
onPressed: () {
Expand Down

0 comments on commit 4f58141

Please sign in to comment.