Multiline create

This commit is contained in:
Felix Albrigtsen 2022-03-30 00:31:41 +02:00
parent f423614ae5
commit 62636775eb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function TournamentForm(props) {
{/* <InputLabel htmlFor="nameInput">Tournament Name: </InputLabel> */}
<TextField type="text" id="nameInput" label="Tournament Name" placeholder="Tournament Name" InputLabelProps={{shrink: true}}/>
{/* <InputLabel htmlFor="descriptionInput">Description: </InputLabel */}
<TextField type="text" id="descriptionInput" label="Description" placeholder="Description" InputLabelProps={{shrink: true}}/>
<TextField type="text" multiline={true} id="descriptionInput" label="Description" placeholder="Description" InputLabelProps={{shrink: true}}/>
{/* <Box sx={{ flexGrow: 1 }}>
<Grid container spacing={1} justifyContent="center" wrap="wrap">
<Grid item xs={3}>