Commit 01d898dc73abb4f763d8e03a1023c5dc23752508
1 parent
fd5d3596
fix #5561 , close #5565
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/components/select/select-head.vue
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | |
27 | 27 | ref="input"> |
28 | 28 | <Icon type="ios-close-circle" :class="[prefixCls + '-arrow']" v-if="resetSelect" @click.native.stop="onClear"></Icon> |
29 | - <Icon type="ios-arrow-down" :class="[prefixCls + '-arrow']" v-if="!resetSelect && !remote && !disabled"></Icon> | |
29 | + <Icon type="ios-arrow-down" :class="[prefixCls + '-arrow']" v-if="!resetSelect && !remote"></Icon> | |
30 | 30 | </div> |
31 | 31 | </template> |
32 | 32 | <script> | ... | ... |