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

Make OnQueryChange obey emptySearch #58

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

davidmcatee-azure
Copy link
Contributor

My use case: I am using withEmptySearch True to trigger the search on focus. If I type a letter, the OnQuery command happens as expected. But then if I press the backspace key to remove that character so that the input is empty again, I expect the OnQuery command to fire with the empty string. However, it does not fire at all. This change makes it so the OnQuery command does fire with the empty string only if emptySearch is True.

@sporto sporto merged commit 26ff764 into sporto:master Sep 1, 2023
@sporto
Copy link
Owner

sporto commented Sep 1, 2023

Thanks. Published 6.2.1

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

Successfully merging this pull request may close these issues.

2 participants