This page compares open-source Vue 3 datepickers from a keyboard-usability perspective.
Use your keyboard to navigate each datepicker and enter or clear a date with the tab
, up
, down
, left
, right
, spacebar
, enter
, escape
, delete
and backspace
keys.
N.B. Examples and package sizes (gzipped) are only shown here for datepickers that are NOT part of a UI framework. Also, weekends have been disabled (where possible) to show the behaviour of disabled dates.
Show as inline where possible?
Include datepickers with no keyboard support?
Include UI component frameworks?
Order by:
Showing 14 of 26 datepickers
dayjs
): popperjs
): date-fns
): Click the link above to see an example
delete
or backspace
to clear an inline datepicker, however you may add a clear button.Click the link above to see an example
escape
out of the `month-year` view.delete
or backspace
to clear an inline datepicker, however you may add a clear button.Click the link above to see an example
spacebar
or enter
keysClick the link above to see an example
Click the link above to see an example
spacebar
, only enter
.Click the link above to see an example
Click the link above to see an example
Click the link above to see an example
Click the link above to see an example
@vue-compat
.delete
or backspace
keys (or click on the same date again on an inline datepicker) to clear a date. However, you can add a `clear` button via a default slot.Click the link above to see an example
enter
key causes the datepicker to refresh and no date is selected.