-
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
Ctrl+A does not work inside text searches. #531
Comments
I guess you want Ctrl+c / Ctrl+x too 😱 |
The whole 9 yards :) The reason this is kind of a big deal is we save state so when you refresh many of those fields are still populated and we also hide the clear button because it eats a ton of space and is really hard to get it to look nice with Bootstrap 4. So that leads to people wanting to ctrl+a then backspace or delete. |
@VictorioBerra, fixed in 0.9.4.beta.13 let me know if you using the npm and I will update the bata in it too |
http://jsfiddle.net/Lord_Zero/p1c0j59k/10/
If you use ajax you will see the "processing/loading" dialog flicker.
The table is actually kicking off a search every time you hit Ctrl+A. See console for proof.
The text was updated successfully, but these errors were encountered: