fix: missing autoComplete values, input types

This commit is contained in:
Tom Moor
2020-01-11 19:35:26 -08:00
parent f776741e77
commit 6d14dd5028
5 changed files with 5 additions and 3 deletions

View File

@@ -109,6 +109,7 @@ class Details extends React.Component<Props> {
<Input
label="Name"
name="name"
autoComplete="organization"
value={this.name}
onChange={this.handleNameChange}
required