Skip to content

Commit 1e987d0

Browse files
committed
do not forward autosuggestionsFunc to DOM
1 parent 18db0de commit 1e987d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-textarea/src/components/copilot-textarea/base-copilot-textarea/base-copilot-textarea.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export function BaseCopilotTextarea(
5454
value,
5555
onValueChange,
5656
autosuggestionsConfig: autosuggestionsConfigFromProps,
57+
autosuggestionsFunction,
5758
...textareaLikeProps
5859
} = props;
5960

0 commit comments

Comments
 (0)