Skip to content

Commit

Permalink
fix disabled for dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Apr 16, 2018
1 parent d606bb3 commit eef46d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/veui/src/components/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
:ui="ui"
:disabled="disabled"
aria-haspopup="menu"
:aria-disabled="String(this.realDisabled)"
:aria-readonly="String(this.realReadonly)"
:aria-disabled="String(this.disabled)"
@keydown.down.up.prevent="expanded = true"
@click="expanded = !expanded"
ref="button">
Expand Down

0 comments on commit eef46d4

Please sign in to comment.