-
Notifications
You must be signed in to change notification settings - Fork 284
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
Prevent column sort when hitting Enter in filter #233
Comments
You are right, haven't noticed it before... will disable pressing enter on filter since there is no point in them. |
'Number range' from this example: http://yadcf-showcase.appspot.com/DOM_source_chosen.html I don't know, if it's a bug, but this filter is called: There is no slider, just 2 input fields for min/max value. |
@gesior , on that showcase (see js source file] I'm using |
fixed in 0.8.9.beta.20 |
When I type something in 'filter', it works fine.
When I click enter with 'focus' on filter element, it sort data by column in which is filter.
Can I disable it somehow? Any on/off option in config?
Many people that use old programs click 'enter' after they type text they want to search (not expect 'live' updates).
The text was updated successfully, but these errors were encountered: