You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in wiquery-autocomplete.js where JS gets options parameter from JQuery UI autocomplete and always treats it as an array - however, for AJAX-filled autocompletes this is a string, resulting in JS error.
There is a bug in wiquery-autocomplete.js where JS gets options parameter from JQuery UI autocomplete and always treats it as an array - however, for AJAX-filled autocompletes this is a string, resulting in JS error.
I have created a Wicket quickstart project demonstrating the bug, with detailed instructions how to trigger it on the start page, download here: http://lemming.hofyland.cz/wiQueryAutocompleteJSBug.zip
The text was updated successfully, but these errors were encountered: