From cbe2be0e39be6fb349bce6900ae0c2c9fe6a44ae Mon Sep 17 00:00:00 2001 From: Ismail Sabet <47750560+ismailsabet@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:50:08 +0200 Subject: [PATCH] Update ComboboxRoot.md --- docs/content/meta/ComboboxRoot.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/meta/ComboboxRoot.md b/docs/content/meta/ComboboxRoot.md index bdf6bb490..ee7f0f289 100644 --- a/docs/content/meta/ComboboxRoot.md +++ b/docs/content/meta/ComboboxRoot.md @@ -52,7 +52,7 @@ }, { 'name': 'modelValue', - 'description': '
The controlled value of the Combobox. Can be binded-with with v-model
.
The controlled value of the Combobox. Can be binded with v-model
.
The controlled open state of the Combobox. Can be binded-with with v-model:open
.
The controlled open state of the Combobox. Can be binded with v-model:open
.
The controlled search term of the Combobox. Can be binded-with with v-model:searchTerm.
\n', + 'description': 'The controlled search term of the Combobox. Can be binded with v-model:searchTerm
.
The current highlighted value of the COmbobox. Can be binded-with v-model:selectedValue
.
The current highlighted value of the COmbobox. Can be binded with v-model:selectedValue
.