Multi-Select with CheckBox Web Component #4241
Mashiane
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Just managed to have select chips working, yippie... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
A fully-featured, accessible multi-select dropdown component built with DaisyUI and Tailwind CSS. This custom web component provides a beautiful, user-friendly interface for selecting multiple options from a list.
Check out this Youtube-Video, https://youtu.be/7pkftKkefdc
Get it on GitHub, https://github.com/Mashiane/DaisyUI---MultiSelect-with-CheckBoxes
Features
✅ Multiple Selection - Select multiple options with checkboxes
✅ Searchable - Filter options with a built-in search input
✅ Accessible - Full ARIA support and keyboard navigation
✅ Customizable - Multiple color themes, sizes, and styling options
✅ Virtual Scrolling - Handle large datasets efficiently
✅ Select All/Deselect All - Bulk selection controls
✅ Clear Button - Quick way to clear all selections
✅ Max Selections - Limit the number of items that can be selected
✅ Disabled State - Disable individual options or the entire component
✅ Required Validation - Built-in validation with visual feedback
✅ Public API - Comprehensive methods for programmatic control
✅ Multiple Instances - Use multiple components on the same page without conflicts
Beta Was this translation helpful? Give feedback.
All reactions