From 25385edf12bb0b89bb1224b2b91d7141bd373514 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 23 Feb 2022 16:07:14 -0800 Subject: [PATCH] Use a textarea in the feedback modal --- src/input/Input.jsx | 27 +++++++++++++++++++-------- src/input/Input.module.css | 21 +++++++++++++++------ src/room/FeedbackModal.jsx | 2 +- 3 files changed, 35 insertions(+), 15 deletions(-) diff --git a/src/input/Input.jsx b/src/input/Input.jsx index fa628e5..88e0008 100644 --- a/src/input/Input.jsx +++ b/src/input/Input.jsx @@ -38,14 +38,25 @@ export const InputField = forwardRef( )} > {prefix && {prefix}} - + {type === "textarea" ? ( +