mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(combo-box): revise component description
This commit is contained in:
parent
f8daca914c
commit
729d5e50d8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
import Preview from "../../components/Preview.svelte";
|
||||
</script>
|
||||
|
||||
ComboBox combines a text input with a dropdown menu. Use it to let users select from a predefined list of options or enter custom values.
|
||||
`ComboBox` combines a text input with a dropdown menu to let users select from predefined options or enter custom values. It supports filtering, custom item rendering, and various states.
|
||||
|
||||
`ComboBox` is keyed for performance reasons.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue