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

feat(datepicker): add keyboard navigation #1273

Closed

Commits on Apr 18, 2017

  1. feat(datepicker): add keyboard navigation

    The following shortcuts are available:
    Arrow left/right: previous/next day
    Arrow up/down: previous/next week
    Page up/down: previous/next month
    Shift+page up/down: previous/next year
    Home/end: beginning/end of the current view
    Shift+home/end: min/max selectable date
    divdavem committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    deea01b View commit details
    Browse the repository at this point in the history
  2. Code review: minor changes

    divdavem committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    5b4fb84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc55de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94bbea1 View commit details
    Browse the repository at this point in the history