From 608d8f105783c2bf645ee10f6606da351e8ddc0c Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 23 Jul 2022 07:00:54 +0200 Subject: [PATCH] update docs for brevity Co-authored-by: metonym --- docs/src/pages/components/ComboBox.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).