fix(InputMenu/SelectMenu): init filter with labelKey

This commit is contained in:
Benjamin Canac
2024-11-11 00:28:43 +01:00
parent bbc6bf2455
commit 18931acdb3
8 changed files with 16 additions and 15 deletions

View File

@@ -694,7 +694,7 @@ This example uses [refDebounced](https://vueuse.org/shared/refDebounced/#refdebo
### With custom search
Use the `filter` prop with an array of fields to filter on.
Use the `filter` prop with an array of fields to filter on. Defaults to `[labelKey]`.
::component-example
---