Skip to content

Commit

Permalink
Do not show key board and do not allow users to edit date directly. (#66
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kalpeshp0310 authored Apr 26, 2024
1 parent d1a4fc9 commit 54f66f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/components/datepicker/date_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ class _TUIDatePickerState extends State<TUIDatePicker> {
onTap: () {
_selectDate(context);
},
mouseCursor: MaterialStateMouseCursor.clickable,
canRequestFocus: false,
enableInteractiveSelection: false,
);
}

Expand Down

0 comments on commit 54f66f7

Please sign in to comment.