Skip to content

Commit f89911d

Browse files
authored
Update dropdown-form.js
1 parent c16644d commit f89911d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/dropdown/dropdown-form.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ export default Vue.extend({
1212
h(
1313
BForm,
1414
mergeData(data, {
15-
staticClass: 'b-dropdown-form',
15+
ref: 'form',
16+
staticClass: 'dropdown-item b-dropdown-form',
1617
props,
17-
ref: 'form'
18+
attrs: { tabindex: props.disabled ? null : '0' }
1819
}),
1920
children
2021
)

0 commit comments

Comments
 (0)