Skip to content

Commit

Permalink
chroes : update the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Tiware authored and Sumit Tiware committed May 25, 2024
1 parent f74f87a commit 20ed12f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/lib/sources/complete_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ class _CompleteFormState extends State<CompleteForm> {
textInputAction: TextInputAction.next,
minLines: 1,
maxLines: null,
suggestions: const <String>[
"Baking",
"Running",
"Skiing",
"Ice hockey"
],
),
FormBuilderDateTimePicker(
name: 'date',
Expand Down

0 comments on commit 20ed12f

Please sign in to comment.