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: add dropdown, dropdown-list, and option elements #32853

Draft
wants to merge 95 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2024

  1. add checkbox mode

    marchbox committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    05cf3cf View commit details
    Browse the repository at this point in the history
  2. scafolld option

    marchbox committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d4b0e27 View commit details
    Browse the repository at this point in the history
  3. scafolld dropdown-list

    marchbox committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ff5472b View commit details
    Browse the repository at this point in the history
  4. scaffold dropdown

    marchbox committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b68183a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03cb789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1c2a1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    969b1b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    602f02d View commit details
    Browse the repository at this point in the history
  2. fix formatting

    marchbox committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3c16555 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. add combobox decorator

    marchbox committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b8cce7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137a003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a9457 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. support disabled state

    marchbox committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bde6bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f24d55 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    5acaf05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c99d3 View commit details
    Browse the repository at this point in the history
  3. define decorator config

    marchbox committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    435ffdb View commit details
    Browse the repository at this point in the history
  4. handle combobox blur

    marchbox committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1f0dc66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4af24b9 View commit details
    Browse the repository at this point in the history
  6. fix jumpy scroll

    marchbox committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3af9790 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8a55a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f67acb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f054b7 View commit details
    Browse the repository at this point in the history
  10. handle disabled options

    marchbox committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bf2ec02 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. add dropdown list styles

    marchbox committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    cbbe593 View commit details
    Browse the repository at this point in the history
  2. add default dropdown styles

    marchbox committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2c2659e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21ee0f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a62aa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2502e93 View commit details
    Browse the repository at this point in the history
  6. adjust option spacing

    marchbox committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    75eb1e4 View commit details
    Browse the repository at this point in the history
  7. add stories

    marchbox committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    02ded62 View commit details
    Browse the repository at this point in the history
  8. fix primary story

    marchbox committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    548edcf View commit details
    Browse the repository at this point in the history
  9. support block

    marchbox committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    21fa335 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    ca3261f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7a2f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce25eaf View commit details
    Browse the repository at this point in the history
  4. use observables

    marchbox committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5729c4c View commit details
    Browse the repository at this point in the history
  5. fix story names

    marchbox committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e12755a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    1d88982 View commit details
    Browse the repository at this point in the history
  2. add disabled styles

    marchbox committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    42464d8 View commit details
    Browse the repository at this point in the history
  3. fix formatting

    marchbox committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b772ebe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d1441a View commit details
    Browse the repository at this point in the history
  5. add form related fields

    marchbox committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c55b36e View commit details
    Browse the repository at this point in the history
  6. simplify selectedOptions

    marchbox committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8a52d1d View commit details
    Browse the repository at this point in the history
  7. implement set validity

    marchbox committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8b7251f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    c919130 View commit details
    Browse the repository at this point in the history
  2. support selected on option

    marchbox committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    334609c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    456e221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a902d43 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    67cf5a9 View commit details
    Browse the repository at this point in the history
  2. fix listbox position issue

    marchbox committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8f2a064 View commit details
    Browse the repository at this point in the history
  3. add change file

    marchbox committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c99a637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceef12c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e86febf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. support forced color

    marchbox committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5d6e68b View commit details
    Browse the repository at this point in the history
  2. adjust styles

    marchbox committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5d4f621 View commit details
    Browse the repository at this point in the history
  3. add rtl story

    marchbox committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    148bd3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    674e1b9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'users/machi/dropdown' of github.com:marchbox/fluentui i…

    …nto users/machi/dropdown
    marchbox committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    632d015 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    339e277 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0f9543 View commit details
    Browse the repository at this point in the history
  8. add story with description

    marchbox committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c248865 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    cdc2f84 View commit details
    Browse the repository at this point in the history
  2. fix forced color hover text

    marchbox committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cc9a956 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    dacb548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2203915 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    020a66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57cdf00 View commit details
    Browse the repository at this point in the history
  3. fix story code examples

    marchbox committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f95c1c2 View commit details
    Browse the repository at this point in the history
  4. fix typo

    marchbox committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0743017 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. scaffold tests

    marchbox committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    865ac01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c69a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d9c5d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. add form associated tests

    marchbox committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ad00bec View commit details
    Browse the repository at this point in the history
  2. add interaction tests

    marchbox committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0bbbe7e View commit details
    Browse the repository at this point in the history
  3. add event tests

    marchbox committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f7a1ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94bb97a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. add benchmark test

    marchbox committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8f75374 View commit details
    Browse the repository at this point in the history
  2. add anchor positioning test

    marchbox committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    028c1d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    31004e4 View commit details
    Browse the repository at this point in the history
  2. add test for dropdown list

    marchbox committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2589679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc3e2c View commit details
    Browse the repository at this point in the history
  4. add tests for option

    marchbox committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    887e9ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fab8f4c View commit details
    Browse the repository at this point in the history
  6. use event based polyfilling

    marchbox committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    59ee9e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ff327cc View commit details
    Browse the repository at this point in the history
  2. fix polyfill importing

    marchbox committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ac2eeba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c62ec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 25, 2024

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