A combobox component is a UI element that combines a dropdown list with an editable text input field, allowing users to either select an option from the list or enter a custom value. It is commonly used in web applications to provide a flexible and user-friendly way to select or input data.
Design
https://www.figma.com/design/6nFlVmwDwvGloglQHxyElh/Syntax-UI-3.0?node-id=2983-26875
To be implemented
- Vue component with basic logic
- Styles and extension points as css properties
- Vitepress documentation: feature description, examples and api documentation
- Unit tests for component and its composition
- Storybook demos and documentation
A combobox component is a UI element that combines a dropdown list with an editable text input field, allowing users to either select an option from the list or enter a custom value. It is commonly used in web applications to provide a flexible and user-friendly way to select or input data.
Design
https://www.figma.com/design/6nFlVmwDwvGloglQHxyElh/Syntax-UI-3.0?node-id=2983-26875
To be implemented