Merge pull request #1253 from rgarmsen2295/plt-799
PLT-799 Turn-off browser auto-completion in the search bar
Этот коммит содержится в:
@@ -185,6 +185,7 @@ export default class SearchBar extends React.Component {
|
|||||||
className='search__form relative-div'
|
className='search__form relative-div'
|
||||||
onSubmit={this.handleSubmit}
|
onSubmit={this.handleSubmit}
|
||||||
style={{overflow: 'visible'}}
|
style={{overflow: 'visible'}}
|
||||||
|
autoComplete='off'
|
||||||
>
|
>
|
||||||
<span className='glyphicon glyphicon-search sidebar__search-icon' />
|
<span className='glyphicon glyphicon-search sidebar__search-icon' />
|
||||||
<input
|
<input
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user