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 @@ ...@@ -61,6 +61,7 @@
</template> </template>
<i v-if="showClear" <i v-if="showClear"
class="el-input__icon el-icon-circle-close el-input__clear" class="el-input__icon el-icon-circle-close el-input__clear"
@mousedown.prevent
@click="clear" @click="clear"
></i> ></i>
<i v-if="showPwdVisible" <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