Skip to content

Commit 54b66d3

Browse files
Iworbrstoenescu
authored andcommitted
Option in QOptionGroup could be disabled (quasarframework#1082)
* More spacing classes * Update size.styl * Update size.styl * Disabling options * Update QOptionGroup.vue
1 parent 2917955 commit 54b66d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/option-group/QOptionGroup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:is="component"
66
v-model="model"
77
:val="opt.value"
8-
:disable="disable"
8+
:disable="disable || opt.disable"
99
:label="opt.label"
1010
:left-label="leftLabel"
1111
:color="opt.color || color"

0 commit comments

Comments
 (0)