From 8185ba0207bbde20e8e9d31470538042b3e49016 Mon Sep 17 00:00:00 2001 From: Scott González Date: Sat, 20 Feb 2010 01:38:30 +0000 Subject: Autocomplete: Added a "ui-autocomplete-input" class to the text field. Fixes #5198 - Autocomplete: class needed on input element. --- ui/jquery.ui.autocomplete.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 2fc893cab..0d89d2047 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -22,6 +22,7 @@ $.widget( "ui.autocomplete", { _create: function() { var self = this; this.element + .addClass( "ui-autocomplete-input" ) .attr( "autocomplete", "off" ) // TODO verify these actually work as intended .attr({ -- cgit v1.2.3