Skip to content

Commit 526189b

Browse files
pass parameter keyboardType to material showDatePicker
1 parent ba065e5 commit 526189b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/fields/form_builder_date_time_picker.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ class _FormBuilderDateTimePickerState extends FormBuilderFieldDecorationState<
343343
routeSettings: widget.routeSettings,
344344
currentDate: widget.currentDate,
345345
anchorPoint: widget.anchorPoint,
346+
keyboardType: widget.keyboardType,
346347
);
347348
}
348349

0 commit comments

Comments
 (0)