Skip to content

Commit

Permalink
Turns autocomplete off (fixes jamieholst#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncarl committed Apr 7, 2015
1 parent 3ab9eca commit dc74c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.country-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ THE SOFTWARE.

defaults.insert_text_field = function( context ) {

var $text_field = context.$text_field = $( '<input type="text"></input>' ),
var $text_field = context.$text_field = $( '<input type="text" autocomplete="off"></input>' ),
settings = context.settings;
if ( settings['copy-attributes-to-text-field'] ) {
var attrs = {};
Expand Down

0 comments on commit dc74c65

Please sign in to comment.