mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
SelectButton disabled and invalid state updates
This commit is contained in:
parent
aa4e3bd8dd
commit
9b20f4baca
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
|||
:modelValue="isSelected(option)"
|
||||
:onLabel="getOptionLabel(option)"
|
||||
:offLabel="getOptionLabel(option)"
|
||||
:disabled="disabled"
|
||||
:invalid="invalid"
|
||||
:disabled="disabled || isOptionDisabled(option)"
|
||||
:unstyled="unstyled"
|
||||
@change="onOptionSelect($event, option, index)"
|
||||
:pt="ptm('button')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue