wakirin / Litepicker

Date range picker - lightweight, no dependencies
MIT License
899 stars 132 forks source link

keyboard navigation change #186

Closed leads closed 3 years ago

leads commented 3 years ago

Hi. Really liking the keyboard navigation plugin.

If I may make a suggestion - when the calendar opens, rather than focusing on the next/prev month, it goes straight into the days, so up/down can be used? See how https://www.kayak.co.uk/ does it.

Just an idea, thanks.

wakirin commented 3 years ago

Required v2.0.5 https://litepicker.com/docs/plugins/keyboardnav/#firsttabindex-205

Use:

  plugins: ['keyboardnav'],
  keyboardnav: {
    firstTabIndex: 2,
  },

https://jsfiddle.net/6voe2cta/