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 63 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