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 mixed optgroups #1110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 4, 2023

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

Commits on Apr 5, 2023

  1. Render options without a group even if groups are present.

    Closes Choices-js#615.
    
    This pushes the conversion of OPTION/OPTGROUP elements to Choice objects
    into the WrappedSelect class and unifies the code paths a little between
    groups-present and groups-not-present.
    
    Some work towards possibly fixing Choices-js#615
    voidus committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9423065 View commit details
    Browse the repository at this point in the history