I’m trying to use this example http://jqueryui.com/demos/autocomplete/#combobox . But it shows blank option by default. instead of “Select one…”. How to fix that problem?
And one more question: I don’t use “show underlying menu” buton as in show in example. Is there any unused pc of code for that button in JS code?

The reason this is occurring is this piece of code in the
_createfunction:Just change the false portion of the ternary to say “Select One”:
Here’s the modified widget for reference:
Yes, you’re safe to remove that button. In fact, all you need is a
selectelement to initialize the widget on.Here’s an example of the combobox without a button and with “Select one…” as the default text: http://jsfiddle.net/andrewwhitaker/MgjRy/