Commit 383d21b78b1964cbc3503998f8340416f575b759
Committed by
GitHub
1 parent
73f5c9c4
remove Cascader touch event
I have tested it. Cascader is ok by default in iOS, but it is not ok with touch event
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/cascader/cascader.vue
1 | 1 | <template> |
2 | - <div :class="classes" v-click-outside="handleClose" v-click-outside:touchstart="handleClose"> | |
2 | + <div :class="classes" v-click-outside="handleClose"> | |
3 | 3 | <div :class="[prefixCls + '-rel']" @click="toggleOpen" ref="reference"> |
4 | 4 | <input type="hidden" :name="name" :value="currentValue"> |
5 | 5 | <slot> | ... | ... |