update docs for brevity

Co-authored-by: metonym <ericyl.us@gmail.com>
This commit is contained in:
Johannes 2022-07-23 07:00:54 +02:00 committed by GitHub
commit 608d8f1057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).
<FileSource src="/framed/ComboBox/FilterableComboBoxCustomLabel" />