Use expanding text area for description on make-predictions

This commit is contained in:
James Grugett 2022-01-31 21:33:43 -06:00
parent 3bbe6062e9
commit 5b5e6c78d6

View File

@ -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}
<span className="label-text">Description</span>
</label>
<textarea
<Textarea
placeholder="e.g. This market is part of the ACX predictions for 2022..."
className="input"
value={description}