Skip to content

Commit c7373fa

Browse files
Martin Kamleithnerdanvick
authored andcommitted
revert example to old state
1 parent 644c7db commit c7373fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class MyHomePageState extends State<MyHomePage> {
148148
FormBuilderDateTimePicker(
149149
attribute: "date",
150150
onChanged: _onChanged,
151-
// inputType: InputType.date,
151+
inputType: InputType.date,
152152
format: DateFormat("yyyy-MM-dd"),
153153
decoration:
154154
InputDecoration(labelText: "Appointment Time"),

0 commit comments

Comments
 (0)