Skip to content

Commit

Permalink
Update date_range_form_field.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Cali0707 authored Aug 26, 2020
1 parent 4692cac commit 240067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/date_range_form_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DateRangeField extends FormField<DateTimeRange> {
errorFormatText: errorFormatText ?? 'Invalid format.',
errorInvalidText: errorInvalidText ?? 'Out of range.',
errorInvalidRangeText:
errorInvalidRangeText ?? 'Invalid range.',
errorInvalidRangeText ?? 'Invalid range.',
fieldStartHintText: fieldStartLabelText ?? 'Start Date',
fieldEndLabelText: fieldEndLabelText ?? 'End Date');
if (picked != null) {
Expand Down

0 comments on commit 240067f

Please sign in to comment.