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(select): keyboard support #1417

Merged
merged 12 commits into from
Apr 25, 2019
Merged

feat(select): keyboard support #1417

merged 12 commits into from
Apr 25, 2019

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    4c3bc6f View commit details
    Browse the repository at this point in the history
  2. feat(select): add keyboard support

    Select could be opened with up and down arrows.
    Options became focusable. It's possible to select an option with enter
    and space keys.
    yggg committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    cdf1278 View commit details
    Browse the repository at this point in the history
  3. refactor(option): move option text in multiple select to option

    This way option text is styled as option text not as input label.
    yggg committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    b4f6bd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a549e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fa811b View commit details
    Browse the repository at this point in the history
  6. style: add semicolon

    yggg committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    1ad04ab View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/feat/select-keyboard-support' in…

    …to feat/select-keyboard-support
    yggg committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    2544ab9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1784cda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8166853 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    2cbccbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f2e1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8822b2 View commit details
    Browse the repository at this point in the history