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

Changed the behaviour of the type-action when the allAtOnce option is #27

Closed
wants to merge 3 commits into from

Conversation

weyert
Copy link

@weyert weyert commented Oct 19, 2018

Changed the behaviour of the type-action when the allAtOnce option is set to false now it does the following:

  • If allAtOnce is set to false the typing will trigger the following events, for each character keyDown, and keyUp, if keyDown did not cancel the event it will also trigger the change-event
  • If delay is set higher then zero it will wait n ms before typing the next character when allAtOnce is not set

set to false

Changed the behaviour of the type-action when the allAtOnce option is set to false

Changed the behaviour of the type-action when the allAtOnce option is set to false
@weyert
Copy link
Author

weyert commented Oct 19, 2018

Now also dispatches keyPress

@Gpx
Copy link
Member

Gpx commented Oct 21, 2018

Thanks for your PR @weyert. I made some changes and opened a new one at #29

@Gpx Gpx closed this Oct 21, 2018
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.

3 participants