Skip to content

Commit

Permalink
fix: textarea not trigger blur event
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Nov 30, 2021
1 parent fbabea9 commit af54405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/input/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default defineComponent({
showCount: null,
prefixCls,
onInput: this.handleChange,
onBlur: this.handleBlur,
onChange: this.handleChange,
onKeydown: this.handleKeyDown,
};
Expand Down

0 comments on commit af54405

Please sign in to comment.