fix: textarea not trigger blur event
parent
fbabea9065
commit
af54405381
|
@ -123,6 +123,7 @@ export default defineComponent({
|
||||||
showCount: null,
|
showCount: null,
|
||||||
prefixCls,
|
prefixCls,
|
||||||
onInput: this.handleChange,
|
onInput: this.handleChange,
|
||||||
|
onBlur: this.handleBlur,
|
||||||
onChange: this.handleChange,
|
onChange: this.handleChange,
|
||||||
onKeydown: this.handleKeyDown,
|
onKeydown: this.handleKeyDown,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue