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

Filter column send wrong filter data to server when quick typing between columns #7111

Open
francogp opened this issue Dec 21, 2023 · 0 comments
Labels
Bug Issues which are marked as Bug filter-control Issues for the filter-control extension.

Comments

@francogp
Copy link

francogp commented Dec 21, 2023

Bootstraptable version(s) affected

1.22.1

Description

If you type quickly between filters, it send wrong data to server ("crashing" searches).

For example,

  1. place the cursor on the first column filter.
  2. type '5'
  3. quickly (waiting half second) type TAB key
  4. type '5'
  5. quickly (waiting half second) type TAB key
  6. type '5'

image

instead of sending the correct column name, sometimes it send "undefined"

Example(s)

I can reproduce it with all my projects and this example

https://live.bootstrap-table.com/code/francogp/16881

Possible Solutions

No response

Additional Context

Microsoft Edge
Versión 120.0.2210.77 (Compilación oficial) (64 bits)

@francogp francogp added the Bug Issues which are marked as Bug label Dec 21, 2023
@wenzhixin wenzhixin added the filter-control Issues for the filter-control extension. label Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues which are marked as Bug filter-control Issues for the filter-control extension.
Projects
None yet
Development

No branches or pull requests

2 participants