We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.2
win10,chrome72.0.3626.109(F12 Pixel ios的设备没问题),node 10.8.0,
2.5.2
x-input组件的index.vue clear事件和onBlur事件
npm install vue-cli -g # 如果还没安装 vue init airyland/vux2 projectPath 使用x-input,显示clear图标,输入内容,点击clear图标。
会先触发onblur 之后 clear能够执行
会先触发onblur 之后 clear没有执行
The text was updated successfully, but these errors were encountered:
vuex版本2.2.0
Sorry, something went wrong.
onBlur ($event) { this.setTouched() this.validate() setTimeout(() => { this.isFocus = false this.$emit('on-blur', this.currentValue, $event) }, 0) }
onBlur事件加个延时,就运行正常了
see #3778
No branches or pull requests
VUX version
2.9.2
OS/Browsers version
win10,chrome72.0.3626.109(F12 Pixel ios的设备没问题),node 10.8.0,
Vue version
2.5.2
Code
Steps to reproduce
npm install vue-cli -g # 如果还没安装
vue init airyland/vux2 projectPath
使用x-input,显示clear图标,输入内容,点击clear图标。
What is Expected?
会先触发onblur 之后 clear能够执行
What is actually happening?
会先触发onblur 之后 clear没有执行
The text was updated successfully, but these errors were encountered: