Skip to content

Commit 232a8b6

Browse files
authored
Update dropdown-form.js
1 parent 76ce8e2 commit 232a8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dropdown/dropdown-form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default Vue.extend({
2020
mergeData(data, {
2121
ref: 'form',
2222
staticClass: 'dropdown-item b-dropdown-form',
23+
class: { disabled: props.disabled },
2324
props,
2425
attrs: { tabindex: props.disabled ? null : '0' }
2526
}),

0 commit comments

Comments
 (0)