Multiline create
This commit is contained in:
parent
f423614ae5
commit
62636775eb
|
@ -106,7 +106,7 @@ function TournamentForm(props) {
|
||||||
{/* <InputLabel htmlFor="nameInput">Tournament Name: </InputLabel> */}
|
{/* <InputLabel htmlFor="nameInput">Tournament Name: </InputLabel> */}
|
||||||
<TextField type="text" id="nameInput" label="Tournament Name" placeholder="Tournament Name" InputLabelProps={{shrink: true}}/>
|
<TextField type="text" id="nameInput" label="Tournament Name" placeholder="Tournament Name" InputLabelProps={{shrink: true}}/>
|
||||||
{/* <InputLabel htmlFor="descriptionInput">Description: </InputLabel */}
|
{/* <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 }}>
|
{/* <Box sx={{ flexGrow: 1 }}>
|
||||||
<Grid container spacing={1} justifyContent="center" wrap="wrap">
|
<Grid container spacing={1} justifyContent="center" wrap="wrap">
|
||||||
<Grid item xs={3}>
|
<Grid item xs={3}>
|
||||||
|
|
Loading…
Reference in New Issue