fix(frontend): autocomplete-off on main searchbar

This commit is contained in:
ShiKhu 2021-05-12 23:45:09 +02:00
parent b09ac89cd9
commit e68b2f4950

View file

@ -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