Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(autocomplete): disables browser autocomplete
Browse files Browse the repository at this point in the history
Closes #1849
  • Loading branch information
Robert Messerle committed Mar 18, 2015
1 parent 4c2b086 commit 1a8b565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/autocomplete/js/autocompleteDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
template: '\
<md-autocomplete-wrap role="listbox">\
<input type="text"\
autocomplete="off"\
ng-disabled="isDisabled"\
ng-model="searchText"\
ng-keydown="$mdAutocompleteCtrl.keydown($event)"\
Expand Down

0 comments on commit 1a8b565

Please sign in to comment.