Skip to content

Commit

Permalink
Merge pull request #2407 from tom0827/TRACK-179
Browse files Browse the repository at this point in the history
TRACK-179: let status text box grow with larger inputs
  • Loading branch information
tom0827 authored Sep 20, 2024
2 parents 6d8b7d2 + c762ff6 commit 70091f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ const StatusForm = () => {
<ControlledTextField
name="description"
multiline
rows={4}
onChange={handleDescriptionChange}
fullWidth
minRows={4}
inputProps={{
maxLength: CHARACTER_LIMIT,
}}
Expand Down

0 comments on commit 70091f7

Please sign in to comment.