-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels