diff --git a/docs/src/pages/components/ComboBox.svx b/docs/src/pages/components/ComboBox.svx index 10bbf56d..92736785 100644 --- a/docs/src/pages/components/ComboBox.svx +++ b/docs/src/pages/components/ComboBox.svx @@ -56,7 +56,7 @@ Specify `focus: false` in the method options to avoid re-focusing the input. ### Filterable with custom label -Combine a custom label `itemToString` with the filterable option, e.g., when working with internationalization. +Combine a custom label `itemToString` with the filterable option (e.g., internationalization).