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

fix(select): select component sort functionality on certain options #17638

Merged

Commits on Dec 2, 2021

  1. fix: Select component sort function sorting by label instead of value…

    … on numbers
    Corbin Robb authored and Corbin Robb committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    a38535b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. fix: change select component default sorting to sort by the initial i…

    …ndex rather than a property like value or label
    Corbin Robb authored and Corbin Robb committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    67b0940 View commit details
    Browse the repository at this point in the history
  2. fix: select sorting add sortOptions to select components using sortBy…

    …Property
    Corbin Robb authored and Corbin Robb committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    bab4655 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. fix: change select component back, add order to options coming in fro…

    …m SelectControl
    Corbin Robb authored and Corbin Robb committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    87a8432 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. fix: select component options intitial sort bug

    Corbin Robb authored and Corbin Robb committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4782473 View commit details
    Browse the repository at this point in the history
  2. fix: add test cases for select fix

    Corbin Robb authored and Corbin Robb committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    499ae7f View commit details
    Browse the repository at this point in the history