From 9c0c92843794a6dc85c184eb9337d5b060ec665d Mon Sep 17 00:00:00 2001 From: RHOPKINS13 Date: Sat, 16 Jan 2016 16:53:36 -0500 Subject: [PATCH] Chrome Autocomplete Fix Worked for me. Solution was found at http://stackoverflow.com/questions/15738259/disabling-chrome-autofill . --- js/bootstrap-combobox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/bootstrap-combobox.js b/js/bootstrap-combobox.js index 1639986..1a21307 100755 --- a/js/bootstrap-combobox.js +++ b/js/bootstrap-combobox.js @@ -175,9 +175,9 @@ , template: function() { if (this.options.bsVersion == '2') { - return '
' + return '
' } else { - return '
' + return '
' } }