Skip to content

Commit

Permalink
fix: input unfocused when before/after icon is clicked (fix quasarfra…
Browse files Browse the repository at this point in the history
  • Loading branch information
kpwbo committed May 5, 2018
1 parent ad08d33 commit 2b8e370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/QInput.vue
Expand Up @@ -24,6 +24,7 @@

@click="__onClick"
@focus="__onFocus"
@blur.native="__onInputBlur"
>
<slot name="before"></slot>

Expand Down

0 comments on commit 2b8e370

Please sign in to comment.