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

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

Closed
VictorioBerra opened this issue Jan 9, 2019 · 3 comments
Closed

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

VictorioBerra opened this issue Jan 9, 2019 · 3 comments
Labels

Comments

@VictorioBerra
Copy link

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
Copy link
Owner

vedmack commented Jan 10, 2019

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

@vedmack vedmack added the bug label Jan 10, 2019
@VictorioBerra
Copy link
Author

VictorioBerra commented Jan 10, 2019

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 added a commit that referenced this issue Jan 10, 2019
issues fix

    #530 - Using Select2 with ajax load multiselect my tags are removed instantly.
    #531   - Ctrl+A does not work inside text searches.
@vedmack vedmack closed this as completed Jan 10, 2019
@vedmack
Copy link
Owner

vedmack commented Jan 10, 2019

@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

vedmack added a commit that referenced this issue Jan 17, 2019
issues fix

    #530 - Using Select2 with ajax load multiselect my tags are removed instantly.
    #531   - Ctrl+A does not work inside text searches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants