diff --git a/frontend/src/components/ChatSuggestionInputCard.tsx b/frontend/src/components/ChatSuggestionInputCard.tsx index 6d937b8e..873638a1 100644 --- a/frontend/src/components/ChatSuggestionInputCard.tsx +++ b/frontend/src/components/ChatSuggestionInputCard.tsx @@ -23,6 +23,9 @@ export const ChatSuggestionInputCard = ({ label={texts.common.text} placeholder={texts.common.text} resize="vertical" + autosize + minRows={3} + maxRows={15} {...suggestionProps} /> ({ form {description} )} - + {values.chatSuggestions?.map((_, index) => ( ) = const { field, fieldState, formState } = useController({ name }); return ( -