Commit 91297a97 authored by Cr's avatar Cr Committed by Geass

Input: the click event of clear button is not trigger when using v-loading (#16576)

parent 27398103
......@@ -61,6 +61,7 @@
</template>
<i v-if="showClear"
class="el-input__icon el-icon-circle-close el-input__clear"
@mousedown.prevent
@click="clear"
></i>
<i v-if="showPwdVisible"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment