![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@clayui/multi-select
Advanced tools
import { MultiSelectInput, MultiSelectInputWithAutocomplete, MultiSelectInputWithCustomAutocomplete, MultiSelectInputWithSelectButton, MultiSelectInputWithValidation, } from '$clayui.com/src/components/clay/MultiSelect';
Multi Select is an aggregate component of the @clayui/form
package, consisting of a high-level written above a <ClayInput />
that provides the ability to create tags.
<ClayMultiSelect />
enables you to make compositions to achieve your expected results, as this component is distributed only in a low level component, this increases flexibility and you can create many possibilities but it comes with a price tag... you may want to get close to the Lexicon specifications and will have to compose with some of the other components to get there, let's detail it further below.
Usually a MultiSelect has an autocomplete to help the user choose existing tags. You can use the sourceItems
API to achieve this result.
According to the Lexicon specification a Select
button can be grouped with MultiSelect to allow tag data to come from elsewhere. You can achieve this result by composing with <ClayForm.Group />
, <ClayInput.GroupItem />
and <ClayButton />
.
An input needs validation so you can add some composition props with <ClayInput />
and <ClayForm />
to get the result.
To customize Autocomplete content to stylize to your needs and also have filter control, you can use the menuRenderer
API.
@clayui/popover (3.5.4)
Note: Version bump only for package @clayui/popover
FAQs
ClayMultiSelect component
The npm package @clayui/multi-select receives a total of 651 weekly downloads. As such, @clayui/multi-select popularity was classified as not popular.
We found that @clayui/multi-select demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.