diff --git a/components/input-data/input-data.vue b/components/input-data/input-data.vue index c19192e3c17f7500abc917f3315b4211f20814d4..627c7b20b9c2f8e3b826a6515581e82a0e296cc0 100644 --- a/components/input-data/input-data.vue +++ b/components/input-data/input-data.vue @@ -50,7 +50,9 @@ this.$emit('confirm', this.getValue(this.inputClearValue)) }, blur() { - this.showClearIcon = false + setTimeout(() => { + this.showClearIcon = false + }, 100) }, focus() { let inputValue = this.inputClearValue