neos / neos-ui

Neos CMS UI written in ReactJS with Immutable data structures.
GNU General Public License v3.0
264 stars 135 forks source link

FEATURE: Allow input of date with keyboard in DateTime Editor #3394

Open crydotsnake opened 1 year ago

crydotsnake commented 1 year ago

Description

When working with the DateTime Editor, it can sometimes be annoying to set the date using only the arrows. It would be a significant improvement if I had the possibility to set the date also via the keyboard input.

SCR-20230223-flm

mhsdesign commented 1 year ago

Yes.

Infact this is only the least of our problems as the UI is not optimized at all for pro/power users (maybe because they dont exist?) but there are a lot of keyboard related issue (thats why i introduced the label and the umbrella issue: https://github.com/neos/neos-ui/issues/3100)

JamesAlias commented 1 year ago

@mhsdesign I agree. The accessibility of Neos is not in a great spot right now 🙈

mficzel commented 1 year ago

Added https://github.com/neos/neos-ui/issues/3421 (remove separate "apply" button from DatePicker) which is kindoff related and could be attacked together