
Product
Go Support Is Now Generally Available
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
@blaze-react/autocomplete
Advanced tools
Autocomplete component allows users to quickly find and select one from suggested options.
Autocomplete component allows users to quickly find and select one from suggested options.
const data = {
keyValue: 'name',
filterBy: ['name', 'description'],
data: [
{
id: 1,
name: 'Laravel',
description: 'Lorem ipsum dolor.'
},
{
id: 2,
name: 'React',
description: 'Aliquam tincidunt.'
},
{
id: 3,
name: 'Adonis',
description: 'Vestibulum auctor.'
}
]
};
<Autocomplete data={data} selected={(selected) => {}}/>
props
as follow:NAME | TYPE | DEFAULT |
---|---|---|
data | Object | {} |
placeholder | String | 'Search' |
selected | Function | () => {} |
children | single/array of nodes | empty |
FAQs
Autocomplete component allows users to quickly find and select one from suggested options.
We found that @blaze-react/autocomplete demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.