From 5b5e6c78d63ffbdd7ceea8be50aeb2e8e2aadd70 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Mon, 31 Jan 2022 21:33:43 -0600 Subject: [PATCH] Use expanding text area for description on make-predictions --- web/pages/make-predictions.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/pages/make-predictions.tsx b/web/pages/make-predictions.tsx index e7dd8b81..177bc078 100644 --- a/web/pages/make-predictions.tsx +++ b/web/pages/make-predictions.tsx @@ -2,7 +2,8 @@ import clsx from 'clsx' import dayjs from 'dayjs' import Link from 'next/link' import { useState } from 'react' -import { parseTags, parseWordsAsTags } from '../../common/util/parse' +import Textarea from 'react-expanding-textarea' +import { parseWordsAsTags } from '../../common/util/parse' import { AmountInput } from '../components/amount-input' import { InfoTooltip } from '../components/info-tooltip' @@ -192,7 +193,7 @@ ${TEST_VALUE} Description -