diff --git a/components/input/TextArea.tsx b/components/input/TextArea.tsx index 2a4d4b037a..544a49781a 100644 --- a/components/input/TextArea.tsx +++ b/components/input/TextArea.tsx @@ -123,6 +123,7 @@ export default defineComponent({ showCount: null, prefixCls, onInput: this.handleChange, + onBlur: this.handleBlur, onChange: this.handleChange, onKeydown: this.handleKeyDown, };