mirror of
https://github.com/youzan/vant.git
synced 2025-12-11 02:04:16 +08:00
fix(NumberKeyboard): shouldn't trigger blur event when hidden (#5110)
This commit is contained in:
@@ -105,7 +105,7 @@ export default createComponent({
|
||||
|
||||
methods: {
|
||||
onBlur() {
|
||||
this.$emit('blur');
|
||||
this.show && this.$emit('blur');
|
||||
},
|
||||
|
||||
onClose() {
|
||||
|
||||
Reference in New Issue
Block a user