-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Demos: Autocomplete as a combobox does no more show the dropdown button #2295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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 |
Remove usage of deprecated button options: * `icons`: https://jqueryui.com/upgrade-guide/1.12/#deprecated-icons-options-in-favor-of-icon-and-iconposition * `text`: https://jqueryui.com/upgrade-guide/1.12/#deprecated-text-option-in-favor-of-showlabel Fixes jquerygh-2295
The demo works correctly now. |
The autocomplete widget as a combobox does no more show its dropdown button.
That is visible in the documentation examples, here.
The text was updated successfully, but these errors were encountered: