diff --git a/doc/dropdown/BasicDoc.vue b/doc/dropdown/BasicDoc.vue index 6e4598f1f..52db2bf11 100644 --- a/doc/dropdown/BasicDoc.vue +++ b/doc/dropdown/BasicDoc.vue @@ -1,9 +1,8 @@ <template> <DocSectionText v-bind="$attrs"> <p> - Dropdown is used as a controlled component with <i>v-model</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. If - <i>optionValue</i> is omitted and the object has no <i>value</i> property, the object itself becomes the value of an option. Note that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and - <i>optionValue</i> would be necessary. + Dropdown is used as a controlled component with <i>v-model</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. Note + that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and <i>optionValue</i> would be necessary. </p> </DocSectionText> <div class="card flex justify-content-center"> diff --git a/doc/listbox/BasicDoc.vue b/doc/listbox/BasicDoc.vue index 6f0bc7f04..445800702 100644 --- a/doc/listbox/BasicDoc.vue +++ b/doc/listbox/BasicDoc.vue @@ -1,9 +1,8 @@ <template> <DocSectionText v-bind="$attrs"> <p> - Listbox is used as a controlled component with <i>v-model</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. If - <i>optionValue</i> is omitted and the object has no <i>value</i> property, the object itself becomes the value of an option. Note that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and - <i>optionValue</i> would be necessary. + Listbox is used as a controlled component with <i>v-model</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. Note + that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and <i>optionValue</i> would be necessary. </p> </DocSectionText> <div class="card flex justify-content-center"> diff --git a/doc/multiselect/BasicDoc.vue b/doc/multiselect/BasicDoc.vue index 65b266def..0adb0adc0 100644 --- a/doc/multiselect/BasicDoc.vue +++ b/doc/multiselect/BasicDoc.vue @@ -1,9 +1,8 @@ <template> <DocSectionText v-bind="$attrs"> <p> - MultiSelect is used as a controlled component with <i>v-model</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. If - <i>optionValue</i> is omitted and the object has no <i>value</i> property, the object itself becomes the value of an option. Note that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and - <i>optionValue</i> would be necessary. + MultiSelect is used as a controlled component with <i>v-model</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. Note + that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and <i>optionValue</i> would be necessary. </p> </DocSectionText> <div class="card flex justify-content-center"> diff --git a/doc/selectbutton/BasicDoc.vue b/doc/selectbutton/BasicDoc.vue index b5661d830..bb12bdda8 100644 --- a/doc/selectbutton/BasicDoc.vue +++ b/doc/selectbutton/BasicDoc.vue @@ -2,8 +2,7 @@ <DocSectionText v-bind="$attrs"> <p> SelectButton is used as a controlled component with <i>modelValue</i> property along with an <i>options</i> collection. Label and value of an option are defined with the <i>optionLabel</i> and <i>optionValue</i> properties respectively. - If <i>optionValue</i> is omitted and the object has no <i>value</i> property, the object itself becomes the value of an option. Note that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and - <i>optionValue</i> would be necessary. + Note that, when options are simple primitive values such as a string array, no <i>optionLabel</i> and <i>optionValue</i> would be necessary. </p> </DocSectionText> <div class="card flex justify-content-center">