mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
optionLabel and optionValue documentation fixes
This commit is contained in:
parent
5990f1fc0a
commit
991f20ddf9
4 changed files with 7 additions and 11 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue