Skip to content

Commit

Permalink
[#646][3.0] Select 컴포넌트 내 아이콘 클릭 시 클릭이벤트가 안되는 현상 수정 (#853)
Browse files Browse the repository at this point in the history
################
- Select 컴포넌트 내 아이콘 클릭 시 클릭이벤트가 안되는 현상 수정
  • Loading branch information
kdeun1 authored Aug 4, 2021
1 parent 66f16e0 commit 6718ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<span
v-if="!clearable || !isClearableIcon"
class="ev-input-suffix"
@click="clickSelectInput"
>
<i
class="ev-input-suffix-arrow ev-icon-s-arrow-down"
Expand All @@ -36,6 +37,7 @@
<span
v-if="!clearable || !isClearableIcon"
class="ev-input-suffix"
@click="clickSelectInput"
>
<i
class="ev-input-suffix-arrow ev-icon-s-arrow-down"
Expand Down

0 comments on commit 6718ae3

Please sign in to comment.