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

[Bug Report] Input lag on large form with v-model #5807

Closed
furyscript opened this issue Dec 4, 2018 · 3 comments
Closed

[Bug Report] Input lag on large form with v-model #5807

furyscript opened this issue Dec 4, 2018 · 3 comments
Labels
upstream Problem with a third party library that we may have to work around

Comments

@furyscript
Copy link

Versions and Environment

Vuetify: 1.3.11
Vue: 2.5.16
Browsers: Google Chrome, Mozilla Firefox, Safari, Microsoft Edge
OS: Windows, Mac OSX, Linux

Steps to reproduce

As you can see if you try to press any numbers/letters into a text field and holding or just tipying some text, you can see that there is lag on input. I don't know why.

Expected Behavior

No input lags on large form.

Actual Behavior

Input with large form have lag

Reproduction Link

https://codepen.io/anon/pen/BGEbpN

Other comments

I think maybe the problem is usage of select or window

@KaelWD
Copy link
Member

KaelWD commented Dec 4, 2018

Duplicate of vuejs/vue#6351

@KaelWD KaelWD marked this as a duplicate of vuejs/vue#6351 Dec 4, 2018
@KaelWD KaelWD closed this as completed Dec 4, 2018
@KaelWD KaelWD added the upstream Problem with a third party library that we may have to work around label Dec 4, 2018
@furyscript
Copy link
Author

So the solution is to don't use slot at the moment? There is some way to work around?
Thanks @KaelWD

@KaelWD
Copy link
Member

KaelWD commented Dec 18, 2018

We use slots, so that won't help. The solution is to split your form up into several smaller components.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
upstream Problem with a third party library that we may have to work around
Projects
None yet
Development

No branches or pull requests

2 participants