Skip to content

Commit

Permalink
Disable browser auto-complete in favor of module autocomplete
Browse files Browse the repository at this point in the history
Fixes #6049
  • Loading branch information
RubieV authored and epixa committed Feb 2, 2016
1 parent 6b61e49 commit f29b7af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ui/public/partials/saved_object_finder.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
ng-keydown="finder.filterKeyDown($event)"
class="form-control"
name="filter"
type="text" />
type="text"
autocomplete="off" />

<span class="finder-hit-count"><strong>{{finder.hitCount}}</strong> {{finder.hitCountNoun()}}</span>
</div>
Expand Down Expand Up @@ -43,4 +44,4 @@
<p ng-bind="'No matching ' + finder.properties.nouns + ' found.'"></p>
</li>
</ul>
</paginate>
</paginate>

0 comments on commit f29b7af

Please sign in to comment.