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