I am looking at this YADCF example:
http://yadcf-showcase.appspot.com/server_side_source.html
In Firebug you will notice an outgoing request to pull the data.
Question.
How can I prevent submission of search context if arrow keys are pressed?
Looking at the YADCF source I could not find an appropriate spot. function textKeyUP is triggered by inline JS events and does not know anything about Javascript Event object.
Thanks!
You can grab the 0.8.9.beta.33 in this version the text and auto complete filtes will ignore the arrow keys, if someone want more key to be igore he can send a PR with modified keyCodes