mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #5235 - SelectButton: aria-disabled contains code instead of a boolean value
This commit is contained in:
parent
1f3e263538
commit
05be6f3dfe
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
:aria-label="getOptionLabel(option)"
|
||||
:role="multiple ? 'checkbox' : 'radio'"
|
||||
:aria-checked="isSelected(option)"
|
||||
:aria-disabled="optionDisabled"
|
||||
:aria-disabled="isOptionDisabled(option)"
|
||||
:class="cx('button', { option })"
|
||||
@click="onOptionSelect($event, option, i)"
|
||||
@keydown="onKeydown($event, option, i)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue