Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

feat(Dropdown): arrow navigation between selected items #842

Merged
merged 20 commits into from
Feb 11, 2019

Commits on Feb 8, 2019

  1. implemented navigation between selected items

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    23aa7d6 View commit details
    Browse the repository at this point in the history
  2. removed label tabindex test

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    bf1e7c5 View commit details
    Browse the repository at this point in the history
  3. removed unneeded imports from test file

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    0327dee View commit details
    Browse the repository at this point in the history
  4. added hover style for the selected item

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    4ab4b2d View commit details
    Browse the repository at this point in the history
  5. added RTL support for navigation

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    2f63670 View commit details
    Browse the repository at this point in the history
  6. updated changelog

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8a02cd1 View commit details
    Browse the repository at this point in the history
  7. added private modifier to a method

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    3ed9639 View commit details
    Browse the repository at this point in the history
  8. renamed dropdopwn examples and splitted search examples

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    68cd625 View commit details
    Browse the repository at this point in the history
  9. added InputSlotClassNames

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    fe97d45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f73c41 View commit details
    Browse the repository at this point in the history
  11. added funtionality for the selection multiple as well

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    be38f23 View commit details
    Browse the repository at this point in the history
  12. fixed navigation issue from input to last selected item

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    45def8d View commit details
    Browse the repository at this point in the history
  13. removed presentation role from Label

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    665c806 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ad45049 View commit details
    Browse the repository at this point in the history
  15. renamed activeIndex to activeSelectedIndex

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f5cdf59 View commit details
    Browse the repository at this point in the history
  16. fixed a bug for multiple selection

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    1f55a4a View commit details
    Browse the repository at this point in the history
  17. fixed the condition

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    887d940 View commit details
    Browse the repository at this point in the history
  18. some code improvements

    Silviu Avram committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    9e1cbdc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16b530d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    892e60a View commit details
    Browse the repository at this point in the history