NewcastleRSE / dolfin-flutter

The Flutter-based app for the Dolfin Project
0 stars 0 forks source link

Date Keyboard Issue (again) #106

Closed mdsimpson42 closed 2 years ago

mdsimpson42 commented 2 years ago

"If you choose to type in a date rather than use the calendar picker, there’s still no / on the keyboard offered, so you can’t enter it"

But the keyboard should be disabled, so you should only be able to input dates with the date picker!

mdsimpson42 commented 2 years ago

Does this only happen on iOS? Doesn't seem to happen on Android...

mdsimpson42 commented 2 years ago

There are six date pickers in the app that I am aware of, and they all have "TextInputType.none", which is supposed to prevent the keyboard from popping up (so they can only use the date picker). It doesn't appear on my phone or the Android emulator.

mdsimpson42 commented 2 years ago

We really don't want users to be able to type freely into these boxes, it's too much extra work to validate the dates...

mdsimpson42 commented 2 years ago

Resolved - Edit button disabled on all Date Pickers