Skip to content

Make the table search behave like filter-control when clearing search term while data-search-on-enter-key=true #7897

Description

@hepcat72

Description

The behavior of the filter-control input fields differs from the table search when data-search-on-enter-key=true and the "x" is clicked to clear the input field.

I like they way filter control does it. When you click the x inside the input field for a column, the results are updated even though data-search-on-enter-key=true.

However, when you click the x inside the table search input field, you still have to hit enter to update the table.

As I see it, the point of data-search-on-enter-key=true is to avoid unwanted partial search terms. Clicking the x to clear a search is not prone to executing a search with a partial search term, so I think that the behavior in the filter control extension is great and it would be even better if the table search behaved the same way.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions