fix(frontend): autocomplete-off on main searchbar
This commit is contained in:
parent
b09ac89cd9
commit
e68b2f4950
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ export default class EventFilter extends React.PureComponent {
|
|||
</div>
|
||||
}
|
||||
<Input
|
||||
inputProps={ { "data-openreplay-label": "Search" } }
|
||||
inputProps={ { "data-openreplay-label": "Search", "autocomplete": "off" } }
|
||||
className={stl.searchField}
|
||||
ref={ this.inputRef }
|
||||
onChange={ this.onSearchChange }
|
||||
|
|
@ -148,6 +148,7 @@ export default class EventFilter extends React.PureComponent {
|
|||
onFocus={ this.onFocus }
|
||||
onBlur={ this.onBlur }
|
||||
id="search"
|
||||
autocomplete="off"
|
||||
/>
|
||||
|
||||
<FilterModal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue