Skip to content

Commit

Permalink
[bulk-textarea] UIK-3140 fixed props drilling for pasetProps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrower committed Jan 13, 2025
1 parent 97c66f9 commit 19abc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions semcore/bulk-textarea/src/BulkTextarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class BulkTextareaRoot extends Component<
ofRows,
disabled,
readonly,
pasteProps,
} = this.asProps;
const { errors, errorIndex, showErrors, lastError } = this.state;

Expand All @@ -88,6 +89,7 @@ class BulkTextareaRoot extends Component<
ofRows,
placeholder,
lastError,
pasteProps,
onChangeRowsCount: this.handleChangeRowsCount,
onEnterNextRow: () => {
if (validateOn?.includes('enterNextRow')) {
Expand Down

0 comments on commit 19abc26

Please sign in to comment.