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.

\n', + 'description': '

The controlled value of the Combobox. Can be binded with v-model.

\n', 'type': 'AcceptableValue | AcceptableValue[]', 'required': false }, @@ -70,7 +70,7 @@ }, { 'name': 'open', - 'description': '

The controlled open state of the Combobox. Can be binded-with with v-model:open.

\n', + 'description': '

The controlled open state of the Combobox. Can be binded with v-model:open.

\n', 'type': 'boolean', 'required': false }, @@ -83,13 +83,13 @@ }, { 'name': 'searchTerm', - 'description': '

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.

\n', 'type': 'string', 'required': false }, { 'name': 'selectedValue', - 'description': '

The current highlighted value of the COmbobox. Can be binded-with v-model:selectedValue.

\n', + 'description': '

The current highlighted value of the COmbobox. Can be binded with v-model:selectedValue.

\n', 'type': 'AcceptableValue', 'required': false }