aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/combobox.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/autocomplete/combobox.html')
-rw-r--r--demos/autocomplete/combobox.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 9fc997c11..afe301349 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -78,10 +78,8 @@
.tooltip()
.appendTo( this.wrapper )
.button({
- icons: {
- primary: "ui-icon-triangle-1-s"
- },
- text: false
+ icon: "ui-icon-triangle-1-s",
+ showLabel: false
})
.removeClass( "ui-corner-all" )
.addClass( "custom-combobox-toggle ui-corner-right" )