calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Improve Keyboard UX

Open froston opened this issue 7 years ago • 4 comments

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

froston avatar Oct 23 '17 17:10 froston

ref: ant-design/ant-design#4102

froston avatar Oct 23 '17 17:10 froston

This would be really useful. Any chance this will be implemented?

thj-dk avatar Jan 06 '19 20:01 thj-dk

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.

endash avatar Jan 19 '19 22:01 endash

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.

fsobanski avatar Feb 28 '19 15:02 fsobanski