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 fuzzy date trigger bug #32 #55

Closed
wants to merge 2 commits into from

Conversation

thesved
Copy link
Contributor

@thesved thesved commented May 15, 2020

Fix for keyboard layouts where the guard character takes multiple keystrokes, eg. "alt + ,"

See: #32

Fix for keyboard layouts where the guard character takes multiple keystrokes, eg. "alt + ,"
Problem: after `keypress` the input is not yet changed, so that is why either a `setTimeout` is needed, which I tested and works well, or we have to keep track what the user presses, but trigger on `keyup`.
@thesved thesved closed this May 15, 2020
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.

None yet

1 participant