-
-
-
-
-
-
-
- {
- onClickCleanButton &&
- onClickCleanButton(ref?.current?.value as string)
- }}
- >
-
-
+ value).join('\n')}
+ />
)}
@@ -140,16 +111,14 @@ const QuestionAnswerRenderer = ({
questionType,
questionTitle,
role,
- onClickCleanButton,
}: QuestionGroupProps) => {
const [inputId] = useState(nanoid())
- const textAreaRef = useRef