Autocomplete: Removed CSS framework classes from text field. We can add them back in when we have full support for form elements.

This commit is contained in:
Scott González 2010-01-28 04:25:30 +00:00
parent 65b063b039
commit c802347799

View File

@ -21,7 +21,7 @@ $.widget( "ui.autocomplete", {
_create: function() {
var self = this;
this.element
.addClass( "ui-autocomplete ui-widget ui-widget-content ui-corner-all" )
.addClass( "ui-autocomplete" )
.attr( "autocomplete", "off" )
// TODO verify these actually work as intended
.attr({