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

Fix datetime/date/integer/float filter occasionally resetting while typing #1653

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

texodus
Copy link
Member

@texodus texodus commented Dec 6, 2021

Fixes #1645, I believe. I had quite a bit of trouble reproducing this as described in the bug report, but did experience some rare value-clearing related to a race condition between the cell input and focus, which this PR fixes by removing focus hooks for non-completion filters (which were never functional for these filter types).

@texodus texodus merged commit 017866c into master Dec 6, 2021
@texodus texodus deleted the fix-datetime-filter branch December 6, 2021 06:12
@texodus texodus added the bug Concrete, reproducible bugs label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DateTime Comparison Blanks out when the milliseconds is 0
1 participant