![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@clayui/multi-select
Advanced tools
import { MultiSelectInput, MultiSelectInputWithAutocomplete, MultiSelectInputWithCustomAutocomplete, MultiSelectInputWithSelectButton, MultiSelectInputWithValidation, } from '$packages/clay-multi-select/docs/index';
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/card (3.6.5)
Note: Version bump only for package @clayui/card
FAQs
ClayMultiSelect component
The npm package @clayui/multi-select receives a total of 594 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.