Skip to content

Commit

Permalink
Pass event on icon-right-click event
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Feb 5, 2020
1 parent a866fa5 commit f3ce00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:pack="iconPack"
:size="iconSize"
both
@click.native="$emit('icon-right-click')"/>
@click.native="$emit('icon-right-click', $event)"/>

<small
v-if="maxlength && hasCounter && type !== 'number'"
Expand Down

0 comments on commit f3ce00f

Please sign in to comment.