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

EuiSuperSelect #921

Merged
merged 37 commits into from
Aug 16, 2018
Merged

EuiSuperSelect #921

merged 37 commits into from
Aug 16, 2018

Commits on Aug 10, 2018

  1. Revert "Added logo for EMS (Elastic Map Service)"

    This reverts commit 130bd22.
    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0c6aa97 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Added logo for EMS (Elastic Map Service)""

    This reverts commit dc9f832.
    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    fde6cb0 View commit details
    Browse the repository at this point in the history
  3. Basic EuiSuperSelect created

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    4130ef0 View commit details
    Browse the repository at this point in the history
  4. Increasing shadow of combobox dropdown

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    26e1bf4 View commit details
    Browse the repository at this point in the history
  5. Moving super_select to super_select_control and

    putting popover stuff into super_select
    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    8d95237 View commit details
    Browse the repository at this point in the history
  6. Moved mapping option to inside super select

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    a6e1737 View commit details
    Browse the repository at this point in the history
  7. Splitting up examples

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    cd66733 View commit details
    Browse the repository at this point in the history
  8. start on keyboard nav

    chandlerprall authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0297577 View commit details
    Browse the repository at this point in the history
  9. keyboard navigation for EuiSuperSelect

    chandlerprall authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    8007fab View commit details
    Browse the repository at this point in the history
  10. fix incorrect 'this' access

    chandlerprall authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    80ae4c5 View commit details
    Browse the repository at this point in the history
  11. wait for the option to be visible before focusing

    chandlerprall authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    22581e5 View commit details
    Browse the repository at this point in the history
  12. Fix sass var name

    (and update tests)
    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    c966c74 View commit details
    Browse the repository at this point in the history
  13. remove arrow

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    548e529 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b254617 View commit details
    Browse the repository at this point in the history
  15. Allowing EuiPopover arrow to be optional

    Fixin some popover override css
    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    70163a3 View commit details
    Browse the repository at this point in the history
  16. Don't reset the known superselect width on close

    chandlerprall authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    87a22a3 View commit details
    Browse the repository at this point in the history
  17. One last fix to popover shadow

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    85dfc4d View commit details
    Browse the repository at this point in the history
  18. Fixed EuiPopover BEM naming

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d7bd5b0 View commit details
    Browse the repository at this point in the history
  19. Addressing PR comments

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    8eb1e8b View commit details
    Browse the repository at this point in the history
  20. kinda working

    snide authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    5596d70 View commit details
    Browse the repository at this point in the history
  21. regex the input display and read as text

    snide authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    36feea2 View commit details
    Browse the repository at this point in the history
  22. update tests

    snide authored and cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    95e87e0 View commit details
    Browse the repository at this point in the history
  23. Allowing label to be passed from EuiFormGroup

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    e8c3fa0 View commit details
    Browse the repository at this point in the history
  24. Allowing more props to be passed to each option

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    3d98cbc View commit details
    Browse the repository at this point in the history
  25. Revert "Allowing label to be passed from EuiFormGroup"

    This reverts commit e8c3fa0.
    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    1dd88f4 View commit details
    Browse the repository at this point in the history
  26. Using mulitple id’s in aria-labelledby instead

    cchaos committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    a001055 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    2a7f5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d08c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e86527 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from chandlerprall/274-super-select-pr-feedback

    274 super select pr feedback
    cchaos authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    249fa1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    648f2a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from chandlerprall/274-super-select-unit-tests

    Update EuiSuperSelect unit tests to open the options before snapshot
    cchaos authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    9884c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    ab9bd72 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete test & changelog

    cchaos committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    a5b1d33 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove obsolete test & changelog"

    This reverts commit a5b1d33.
    cchaos committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    d927eef View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Remove obsolete test & changelog""

    This reverts commit d927eef.
    cchaos committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    724486a View commit details
    Browse the repository at this point in the history
  5. Wrong test suite update

    cchaos committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    f0e4f39 View commit details
    Browse the repository at this point in the history