diff --git a/docs/src/pages/components/ComboBox.svx b/docs/src/pages/components/ComboBox.svx index c02b01a7..6cce91f4 100644 --- a/docs/src/pages/components/ComboBox.svx +++ b/docs/src/pages/components/ComboBox.svx @@ -3,7 +3,7 @@ import Preview from "../../components/Preview.svelte"; -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.