Skip to content

Commit

Permalink
Turn off (browser) autocomplete in autocomplete field (allegro#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurek authored Mar 6, 2017
1 parent 655ba6b commit 77940b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/admin/static/elements/badge-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</template>
</div>
<div id='input-wrapper'>
<input id='text-getter' is="iron-input">
<input id='text-getter' is="iron-input" autocomplete="off">
</div>
</div>
<div style="clear: both;"></div>
Expand Down

0 comments on commit 77940b7

Please sign in to comment.