Turn-off default auto-completion in the search bar

Этот коммит содержится в:
Reed Garmsen
2015-10-30 15:55:44 -07:00
родитель fafd0ece3e
Коммит b1d53f0b7e

Просмотреть файл

@@ -185,6 +185,7 @@ export default class SearchBar extends React.Component {
className='search__form relative-div'
onSubmit={this.handleSubmit}
style={{overflow: 'visible'}}
autoComplete='off'
>
<span className='glyphicon glyphicon-search sidebar__search-icon' />
<input