Skip to content

Commit

Permalink
feat(form-select): Emit change event on user interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Sep 24, 2017
1 parent 7ec1379 commit 3cc0f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/form-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:required="required"
:aria-required="required ? 'true' : null"
:aria-invalid="computedAriaInvalid"
@change="$emit('change', localValue)"
ref="input"
>
<slot name="first"></slot>
Expand Down

0 comments on commit 3cc0f05

Please sign in to comment.