mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 05:28:09 +01:00
fix(InputMenu/SelectMenu): init filter with labelKey
This commit is contained in:
@@ -19,7 +19,6 @@ function onOpen() {
|
||||
:items="countries || []"
|
||||
:loading="status === 'pending'"
|
||||
label-key="name"
|
||||
:filter="['name']"
|
||||
:search-input="{ icon: 'i-lucide-search' }"
|
||||
placeholder="Select country"
|
||||
class="w-48"
|
||||
|
||||
Reference in New Issue
Block a user