pull/5507/head
Cagatay Civici 2024-03-27 13:59:25 +03:00
commit a97b0af7fd
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
:modelValue="isSelected(option)" :modelValue="isSelected(option)"
:onLabel="getOptionLabel(option)" :onLabel="getOptionLabel(option)"
:offLabel="getOptionLabel(option)" :offLabel="getOptionLabel(option)"
:disabled="disabled" :disabled="disabled || isOptionDisabled(option)"
:invalid="invalid"
:unstyled="unstyled" :unstyled="unstyled"
@change="onOptionSelect($event, option, index)" @change="onOptionSelect($event, option, index)"
:pt="ptm('button')" :pt="ptm('button')"