vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
732 stars 284 forks source link

Ctrl+A does not work inside text searches. #531

Closed VictorioBerra closed 5 years ago

VictorioBerra commented 5 years ago

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.

vedmack commented 5 years ago

I guess you want Ctrl+c / Ctrl+x too 😱

VictorioBerra commented 5 years ago

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.

vedmack commented 5 years ago

@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