Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(mmalerba): We currently allow keyboard navigation to disabled dates, but just prevent #80

Open
piascikj opened this issue Feb 17, 2018 · 0 comments
Labels

Comments

@piascikj
Copy link
Member

disabled ones from being selected. This may not be ideal, we should look into whether
navigation should skip over disabled dates, and if so, how to implement that efficiently.


opened via imdone.io from a code comment on 8e3ab8d40 by Juliano


// TODO(mmalerba): We currently allow keyboard navigation to disabled dates, but just prevent
// disabled ones from being selected. This may not be ideal, we should look into whether
// navigation should skip over disabled dates, and if so, how to implement that efficiently.
const isRtl = this._isRtl();
switch (event.keyCode) {
case LEFT_ARROW:

@piascikj piascikj added the TODO label Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant