Skip to content

Commit d22648c

Browse files
committed
Autocomplete: Remove use of deprecated tooltipClass option in demo
Switched tooltip to use classes option
1 parent 9024584 commit d22648c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demos/autocomplete/combobox.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
source: $.proxy( this, "_source" )
5959
})
6060
.tooltip({
61-
tooltipClass: "ui-state-highlight"
61+
classes: {
62+
"ui-tooltip": "ui-state-highlight"
63+
}
6264
});
6365

6466
this._on( this.input, {

0 commit comments

Comments
 (0)