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

Starting to add support for drop downs with custom elements. #242

Merged

Conversation

jachin
Copy link

@jachin jachin commented Aug 22, 2023

Bugs

  • Multi Select Toggle highlighted selected items
  • Multi Select - un-select highlighted selected items when hitting the delete key
  • Datalist multi select is not working
  • Custom options are including the extra label bit
  • Default Option Group Ordering is not working
  • Filtering with the web worker does not seem to be working
  • Validation (no white space)

@jachin jachin linked an issue Aug 22, 2023 that may be closed by this pull request
Jachin Rupe and others added 24 commits September 5, 2023 17:06
Adding more test cases but things are still a mess in datalist multi select.
But broke customhtml multi select.
I'm doing this now so I can get more out of all the manual testing I will probably have to do.
I ended up fixing it by trimming the white space for the `cleanLabel`
in the Javascript where it's parsing the DOM. Hopefully this is OK to do.

I'm also adding a bunch of unit tests that I wrote while searching for this bug.

I'm also fixing some typos.
@jachin jachin marked this pull request as ready for review September 12, 2023 16:38
@jachin jachin merged commit 2d408eb into master Sep 12, 2023
1 check passed
@jachin jachin deleted the 235-allow-arbitrary-html-for-the-options-with-custom-elements branch September 12, 2023 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow arbitrary HTML for the options with custom elements
1 participant