3 repositorios
Dropdown components that allow users to select multiple options, returning a list for SQL filtering.
Distinct from Select Dropdowns: Distinct from Select Dropdowns: specifically supports multiple selections and returns a list for SQL IN clauses.
Explore 3 awesome GitHub repositories matching user interface & experience · Multi-Select Dropdowns. Refine with filters or upvote what's useful.
Allows users to select multiple options from a dropdown, returning a list that can be used with SQL's IN operator for filtering.
This project is a Bootstrap jQuery plugin that transforms standard HTML select elements into interactive dropdown menus. It serves as a client-side form enhancement and UI component designed to replace multiple-choice select inputs with a searchable button-triggered menu of checkboxes. The component provides a specialized interface for multi-select dropdowns that maintains a consistent visual style with the Bootstrap CSS framework. It allows for the customization of component markup, enabling the override of default structures for buttons, popups, and options. The plugin covers a range of fu
Provides a multi-select dropdown UI that replaces standard multiple-choice select inputs.
This project is a reusable web component designed to replace standard multiple-choice form inputs with an interactive interface. It functions as an accessible dropdown menu that simplifies the process of selecting and managing multiple items within browser-based forms and applications. The component utilizes shadow DOM encapsulation to isolate its internal structure from global styles and employs slot-based content projection to allow for custom markup injection. It maintains compatibility with standard HTML form elements through declarative attribute mapping and manages user interactions via
Functions as an accessible dropdown menu that simplifies the process of selecting and managing multiple items.