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
Updated my code to jQuery 2.1.1, jQuery-UI 1.11.0 and latest Mottie keyboard.
Now my autocomplete doesn't work anymore. Same issue as last year.
What I can see is that hasAutocomplete turns out to be false (line 91 of keyboard/extention-autocomplete.js)
Can't recall what the reason was then.
BUT! When I change back to jQuery 1.10.2, everything works like a charm!
The text was updated successfully, but these errors were encountered:
As an addidition: When using jQuery-UI version 1.11 I get errors when hovering over the alfa keys.
"Uncaught TypeError: Cannot read property 'value' of null" at jquery.keyboard.extension-autocomplete.min.js:3
Using jQuery-UI version 1.10.3 hasn't got this problem.
Hello,
Updated my code to jQuery 2.1.1, jQuery-UI 1.11.0 and latest Mottie keyboard.
Now my autocomplete doesn't work anymore. Same issue as last year.
What I can see is that hasAutocomplete turns out to be false (line 91 of keyboard/extention-autocomplete.js)
Can't recall what the reason was then.
BUT! When I change back to jQuery 1.10.2, everything works like a charm!
The text was updated successfully, but these errors were encountered: