Demos: Autocomplete as a combobox does no more show the dropdown button
Closed this issue · 5 comments
The autocomplete widget as a combobox does no more show its dropdown button.
That is visible in the documentation examples, here.
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
No idea about when this trouble has appeared on the jQuery UI documentation site.
On a private application I am working on, the trouble is not there on the commit preceding an upgrade from jQuery UI v1.13.3 to v1.14.0, and is there on the commit doing that upgrade.
Thanks for the info! I narrowed it down to be caused by disabling back compat (i.e. setting $.uiBackCompat
to false
in jQuery UI 1.13 or older or by NOT setting it to true
in jQuery UI 1.14). What's left is to understand why this flag matters here and if there's some logic we should move to not be dependent on this flag.
The demo works correctly now.