Skip to content

Commit

Permalink
Merge pull request #6049 from RubieV/patch-1
Browse files Browse the repository at this point in the history
Disable browser auto-complete in favor of module autocomplete
  • Loading branch information
epixa committed Feb 2, 2016
2 parents 0475b85 + bf2e23a commit 1ba65b0
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 1ba65b0

Please sign in to comment.