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

@@ -133,7 +133,7 @@ class DocumentMove extends React.Component<Props> {
<Section column>
<Labeled label="Choose a new location">
<Input
type="text"
type="search"
placeholder="Search collections & documents…"
onKeyDown={this.handleKeyDown}
onChange={this.handleFilter}