fix: textarea not trigger blur event

pull/4956/head
tangjinzhou 2021-11-30 22:22:09 +08:00
parent fbabea9065
commit af54405381
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}; };