-
Notifications
You must be signed in to change notification settings - Fork 31
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
Characters being dropped #209
Comments
Can this bug be reproduced in the example? |
Yep, here's a couple more examples: |
@nickabb , if you want to provide an example, best to do it in something like play.vuetifyjs.com or stackblitz |
I also noticed some characters are dropped when typing fast. I wonder if the culprit is the couple of throttle calls on the main component. Why are those there? @yikoyu EDIT: After setting both throttle times to zero the problem seems to dissapear. I am noticing no performance issues either. May I suggest removing both throttles or at least making it configurable? |
First off, this package is awesome! I've been using it for a while now and it's saved me so much time with all the defaults built in.
I've come across a bug where characters are being dropped. You can see this here:
https://streamable.com/qm4lvt?src=player-page-share
At 20 seconds it drops the “h” in what should have been “the”
At 50 seconds it drops a “d” in what should have been “period”
I've tried debugging this, but am a bit lost at what it could be.
The text was updated successfully, but these errors were encountered: