Skip to content
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

[NFR] Allow suppression of user-defined key codes to prevent filtering events #272

Closed
temuri416 opened this issue Dec 23, 2015 · 2 comments

Comments

@temuri416
Copy link

Hi,

I am looking at this YADCF example:

http://yadcf-showcase.appspot.com/server_side_source.html

  1. Position cursor inside "Browser" column filter field
  2. Press LEFT ARROW key

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?

Feature Request
Give the implementer ability to define key codes that would not trigger search submission.

My StackOverflow question is here:

http://stackoverflow.com/questions/34440488/datatables-yadcf-do-not-search-on-arrow-key-presses

Thanks!

vedmack added a commit that referenced this issue Dec 23, 2015
Ignore keyboard arrows in text and autocpmplete filters

#272
@vedmack
Copy link
Owner

vedmack commented Dec 23, 2015

Hi,

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

@vedmack vedmack closed this as completed Dec 23, 2015
@temuri416
Copy link
Author

Thanks, that worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants