Add ComboboxInput component#17
Conversation
Generated component following the Webflow code components scaffold pattern. Includes full and simple prop surface variations.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Component: ComboboxInput
Description
A combobox/autocomplete input component that combines a text input field with a filterable dropdown list. As the user types, options are dynamically filtered to match the input text. Supports single selection with the selected value displayed in the input field. Each option can display a label and an optional description beneath it. The dropdown opens automatically on focus showing all available options, then filters as the user types. Includes full keyboard navigation with arrow keys for moving through options, Enter to select, and Escape to close the dropdown. Features a clear button to reset the selection, a loading state for async data fetching, and a customizable no-results message when filtering returns no matches. The component is fully responsive and accessible.
What's Included
var(--background-primary, #ffffff), etc.font-family: inherit; color: inherit;ComboboxInput.webflow.tsx) — 20+ props for developers/agenciesComboboxInputSimple.webflow.tsx) — core text/link props for clientswf-combobox-input-for Shadow DOM safetyTesting
npm install && npm run devruns locallynpx webflow library shareimports successfully