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

Handling Dropdown content resize #70

Merged
merged 11 commits into from
May 23, 2019
Merged

Commits on May 21, 2019

  1. 2 proposed ways to handle resize

    kamilmateusiak committed May 21, 2019
    Configuration menu
    Copy the full SHA
    7d88367 View commit details
    Browse the repository at this point in the history
  2. adding dropdown content resize observer

    kamilmateusiak committed May 21, 2019
    Configuration menu
    Copy the full SHA
    e5d9e5d View commit details
    Browse the repository at this point in the history
  3. updating types

    kamilmateusiak committed May 21, 2019
    Configuration menu
    Copy the full SHA
    b8e54e2 View commit details
    Browse the repository at this point in the history
  4. refactoring Dropdown and Switch prop types and default props

    kamilmateusiak committed May 21, 2019
    Configuration menu
    Copy the full SHA
    58ce549 View commit details
    Browse the repository at this point in the history
  5. dropdown children property should be required

    kamilmateusiak committed May 21, 2019
    Configuration menu
    Copy the full SHA
    9c4fb47 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. custom key codes

    kamilmateusiak committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ab6591c View commit details
    Browse the repository at this point in the history
  2. prevent default on item select with keydown

    kamilmateusiak committed May 22, 2019
    Configuration menu
    Copy the full SHA
    15bcb92 View commit details
    Browse the repository at this point in the history
  3. adding autofocus

    kamilmateusiak committed May 22, 2019
    Configuration menu
    Copy the full SHA
    79d087a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. adding check if item is not disabled

    kamilmateusiak committed May 23, 2019
    Configuration menu
    Copy the full SHA
    d4c97ff View commit details
    Browse the repository at this point in the history
  2. updating tests

    kamilmateusiak committed May 23, 2019
    Configuration menu
    Copy the full SHA
    4e476fd View commit details
    Browse the repository at this point in the history
  3. changes after review - removing left overs

    kamilmateusiak committed May 23, 2019
    Configuration menu
    Copy the full SHA
    8572d14 View commit details
    Browse the repository at this point in the history