Browse Source

fix: textarea not trigger blur event

pull/4956/head
tangjinzhou 3 years ago
parent
commit
af54405381
  1. 1
      components/input/TextArea.tsx

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

Loading…
Cancel
Save