Skip to content

Commit

Permalink
fix: use random id for autocomplete attribute
Browse files Browse the repository at this point in the history
fixes #269
  • Loading branch information
varnastadeus committed Apr 22, 2018
1 parent 06a406c commit e097c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 e097c4a

Please sign in to comment.