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(react): add Combobox component #1180

Merged
merged 64 commits into from
Sep 6, 2023
Merged

feat(react): add Combobox component #1180

merged 64 commits into from
Sep 6, 2023

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    2e87a50 View commit details
    Browse the repository at this point in the history
  2. click stuff

    scurker committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3dd2885 View commit details
    Browse the repository at this point in the history
  3. max-width

    scurker committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ff327e0 View commit details
    Browse the repository at this point in the history
  4. minheight

    scurker committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b02c867 View commit details
    Browse the repository at this point in the history
  5. pointer events

    scurker committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    39a1d89 View commit details
    Browse the repository at this point in the history
  6. more things

    scurker committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b84d526 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. small tweaks

    scurker committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0cf06a2 View commit details
    Browse the repository at this point in the history
  2. portals

    scurker committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8cbe0e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d250e View commit details
    Browse the repository at this point in the history
  4. wip filtering

    scurker committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c0e7e3c View commit details
    Browse the repository at this point in the history
  5. a few docs things

    scurker committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6e1e32c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. updated styles

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    27fd5e2 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4ac33ca View commit details
    Browse the repository at this point in the history
  3. tweak

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    41cbbda View commit details
    Browse the repository at this point in the history
  4. fix type

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5faf5f1 View commit details
    Browse the repository at this point in the history
  5. fix font colors

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    322d6bd View commit details
    Browse the repository at this point in the history
  6. fix font weight

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5d73578 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba35bfe View commit details
    Browse the repository at this point in the history
  8. fix specificity

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    20261ec View commit details
    Browse the repository at this point in the history
  9. tweaks

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    22e8d1d View commit details
    Browse the repository at this point in the history
  10. make lint happy

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4f37006 View commit details
    Browse the repository at this point in the history
  11. wrap

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ddc746a View commit details
    Browse the repository at this point in the history
  12. fix controlled comboboxes

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3576651 View commit details
    Browse the repository at this point in the history
  13. stub tests

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e61e328 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d861f6 View commit details
    Browse the repository at this point in the history
  15. comment

    scurker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    aa7b467 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. update intersection hook

    scurker committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c8fbacc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. handle null

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    35db158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5c03f View commit details
    Browse the repository at this point in the history
  3. more items

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    07c84a8 View commit details
    Browse the repository at this point in the history
  4. css var renames

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6085fd1 View commit details
    Browse the repository at this point in the history
  5. few more options things

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    065b217 View commit details
    Browse the repository at this point in the history
  6. more tests

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    466dc68 View commit details
    Browse the repository at this point in the history
  7. update description

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    30ba6af View commit details
    Browse the repository at this point in the history
  8. more testing

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    53a8147 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84a932d View commit details
    Browse the repository at this point in the history
  10. more test coverage

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4e8f16e View commit details
    Browse the repository at this point in the history
  11. more tests

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e187688 View commit details
    Browse the repository at this point in the history
  12. additional mdx docs

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9348b0d View commit details
    Browse the repository at this point in the history
  13. border color on hover

    scurker committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ef2631b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. combobox match and things

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3f97f54 View commit details
    Browse the repository at this point in the history
  2. lint

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    24bdf93 View commit details
    Browse the repository at this point in the history
  3. matching tests

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7c0b8f4 View commit details
    Browse the repository at this point in the history
  4. fix styles

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    33d89bf View commit details
    Browse the repository at this point in the history
  5. fix focus ring

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b3506f1 View commit details
    Browse the repository at this point in the history
  6. fix text matching

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a7ed25e View commit details
    Browse the repository at this point in the history
  7. fix context things

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1cc50ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    849f71b View commit details
    Browse the repository at this point in the history
  9. no ?

    scurker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9826c94 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    d58feb2 View commit details
    Browse the repository at this point in the history
  2. additional test cases

    scurker committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8124d40 View commit details
    Browse the repository at this point in the history
  3. automatic

    scurker committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d5356db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cd1d7a View commit details
    Browse the repository at this point in the history
  5. small tweak

    scurker committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4f32181 View commit details
    Browse the repository at this point in the history
  6. fix boundary click

    scurker committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1ef9e57 View commit details
    Browse the repository at this point in the history
  7. no layout effect

    scurker committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    458b8b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    93c00ed View commit details
    Browse the repository at this point in the history
  2. fix autocomplete things

    scurker committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    344b758 View commit details
    Browse the repository at this point in the history
  3. home/end prevent default

    scurker committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0ebd6bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a16a9c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. document onChange

    scurker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5b30496 View commit details
    Browse the repository at this point in the history
  2. words

    scurker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    efcc713 View commit details
    Browse the repository at this point in the history
  3. ,

    scurker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c3bec2a View commit details
    Browse the repository at this point in the history
  4. clean up logic

    scurker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0229e13 View commit details
    Browse the repository at this point in the history