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

Replace keyup with input event #1952

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Replace keyup with input event #1952

merged 1 commit into from
Nov 8, 2023

Conversation

alexpetros
Copy link
Collaborator

Rebased version of #1181. Still has the original author in the commit.

keyup only works with a keyboard, and ignores pasting with a right click or programmatically updating the value with JS. input is a better event for detecting any "inputs to the input".

`keyup` only works with a keyboard, and ignores pasting with a right click or programmatically updating the value with JS. 

`input` is a better event for detecting any "inputs to the input".
@alexpetros alexpetros requested a review from Telroshan November 3, 2023 21:12
@alexpetros alexpetros added the documentation Improvements or additions to documentation label Nov 3, 2023
@alexpetros
Copy link
Collaborator Author

@Telroshan @Renerick can you one of you look at this and merge if it looks good?

@Telroshan Telroshan merged commit 2e5f813 into master Nov 8, 2023
1 check passed
@alexpetros alexpetros deleted the patch-1 branch November 8, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants