|
@@ -121,7 +121,7 @@ export default class SearchForm extends React.Component {
|
|
|
<InputGroup>
|
|
<InputGroup>
|
|
|
<AsyncTypeahead
|
|
<AsyncTypeahead
|
|
|
ref={ref => this._typeahead = ref}
|
|
ref={ref => this._typeahead = ref}
|
|
|
- name="q"
|
|
|
|
|
|
|
+ inputProps={{name: "q", autoComplete: "off"}}
|
|
|
isLoading={this.state.isLoading}
|
|
isLoading={this.state.isLoading}
|
|
|
labelKey="path"
|
|
labelKey="path"
|
|
|
minLength={2}
|
|
minLength={2}
|