Skip to content

Commit

Permalink
fix: use random id for autocomplete attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Apr 22, 2018
1 parent f205077 commit 122583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ng-select/ng-select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<input #filterInput
*ngIf="searchable"
type="text"
autocomplete="off"
autocomplete="{{dropdownId}}"
[value]="filterValue"
(input)="filter(filterInput.value)"
(focus)="onInputFocus()"
Expand Down

0 comments on commit 122583e

Please sign in to comment.