use min/maxHeight for question textarea

pull/10426/head
Sebastian Herrlinger 2026-01-24 12:14:12 -05:00
parent 88bcd04659
commit ad27427b48
1 changed files with 2 additions and 0 deletions

View File

@ -366,6 +366,8 @@ export function QuestionPrompt(props: { request: QuestionRequest }) {
}}
initialValue={input()}
placeholder="Type your own answer"
minHeight={1}
maxHeight={6}
textColor={theme.text}
focusedTextColor={theme.text}
cursorColor={theme.primary}