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
{{ message }}
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.
Unfortunately, asuggest does not work in IE8, and, obviously in older versions. It just shows the first suggested value, does not cycle on tab or allow entering first filtering characters. In fact, it seems that the field selection is not working there.
The text was updated successfully, but these errors were encountered:
Unfortunately, it seems that at the beginning I chose wrong underlying library (jquery.fieldselection) which is rather buggy and isn't supported by the author anymore.
I'm planning to rewrite my own asuggest with a-tools behind, and therefore I hope the bug will be closed by the next week.
The crucial change in code is in fact in the first comment line: asuggest now
requires "jquery.a-tools" instead of "jquery.fieldselection". Closed by a76f4fa
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unfortunately, asuggest does not work in IE8, and, obviously in older versions. It just shows the first suggested value, does not cycle on tab or allow entering first filtering characters. In fact, it seems that the field selection is not working there.
The text was updated successfully, but these errors were encountered: