Skip to content
Snippets Groups Projects

Link html type with prop name for matching html

Merged Defendi Alberto requested to merge hide_password into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -41,6 +41,7 @@ export const InputField: FC<Props> = (props: Props) => {
<TextField
variant="outlined"
margin="normal"
type={name}
required
fullWidth
id={name}
Loading