Skip to content
Snippets Groups Projects
Commit 96baf56d authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Merge branch 'hide_password' into 'master'

Link html type with prop name for matching html

See merge request !37
parents a17e15f3 7b2b70b3
No related branches found
No related tags found
1 merge request!37Link html type with prop name for matching html
Pipeline #11878 passed
......@@ -41,6 +41,7 @@ export const InputField: FC<Props> = (props: Props) => {
<TextField
variant="outlined"
margin="normal"
type={name}
required
fullWidth
id={name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment