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

filterQuery never goes to null #2

Open
AndyK623 opened this issue Jun 4, 2021 · 1 comment
Open

filterQuery never goes to null #2

AndyK623 opened this issue Jun 4, 2021 · 1 comment

Comments

@AndyK623
Copy link

AndyK623 commented Jun 4, 2021

Hello, this issue I'm refering to is about the filtering of the tables. The filtering capability works well until you delete the content of your filterQuery input field. For example, I searched "Tom", when I delete Tom the table doesn't show all the records again. If you look at the value of the filterQuery when the input field is empty, after deleting it content, you can see it is "T". In other words the input field value remains the first letter of whatever I put in it, in this case the letter "T" even when it's empty. So obviously the table will never show all the records when you completely delete the input field.

Could you please tell me how to make the input field get a null value when I delete all of it content?

@AndyK623
Copy link
Author

AndyK623 commented Jun 4, 2021

@Darkseal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant