Skip to content

Commit af54405

Browse files
committed
fix: textarea not trigger blur event
1 parent fbabea9 commit af54405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/input/TextArea.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export default defineComponent({
123123
showCount: null,
124124
prefixCls,
125125
onInput: this.handleChange,
126+
onBlur: this.handleBlur,
126127
onChange: this.handleChange,
127128
onKeydown: this.handleKeyDown,
128129
};

0 commit comments

Comments
 (0)