mytooyo / board_datetime_picker

Picker to select date and time for Flutter. It is both a calendar and a picker, offering a variety of options as a package.
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

BoardDateTimeInputField shows keyboard #26

Closed ames1982 closed 4 months ago

ames1982 commented 5 months ago

When using BoardDateTimeInputField and u tap on the text field the keyboard appears over the date selection tools, hiding keyboard then hides date selection tools, its not usable

mytooyo commented 5 months ago

When using BoardDateTimeInputField and u tap on the text field the keyboard appears over the date selection tools, hiding keyboard then hides date selection tools, its not usable

If you do not need the Picker, set it to showPicker: false once. If you need the Picker even when the keyboard is displayed, there is no effective way to do this at this time. Please wait until we fix it.

mytooyo commented 4 months ago

@ames1982 Please check the fix in v1.6.5