calendar
calendar copied to clipboard
Improve Keyboard UX
Datepicker
- [ ] - Should accept focus (tabindex)
- [ ] - Needs outline when focused
- [ ] - Should open when focused
- [ ] - Should immediately allow for typing when opened
- [ ] - Should close on blur
- [ ] - Should close on Esc
ref: ant-design/ant-design#4102
This would be really useful. Any chance this will be implemented?
Might consider making it not hijack the back/forward keyboard shortcuts, as well. You can interact with a calendar component, then scroll down the page and have no idea why ⌘← isn't doing anything.
I think some of those requirements have been implemented as documented in issue 4102 of ant design
It would also be great if I could just type the date into the datepicker text field after it gets focus via the tab key without actually opening the datepicker.
Edit: Looks like my request was already rejected in this ant design issue.