mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
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:
parent
65b063b039
commit
c802347799
2
ui/jquery.ui.autocomplete.js
vendored
2
ui/jquery.ui.autocomplete.js
vendored
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user