-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Request: add v-model.lazy for components #6914
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
Comments
Is it going to be done? |
I think a bunch of us are desperately waiting for this; mid-size forms get very slow as soon as you implement some basic VUE logic around the components, we really need this! |
yeah, exactly. I have an app made with Vuetify and on larger forms instead of using v-model I am typing It would be nicer to type just |
I would love to have it as well! |
Also custom rules for Vuelidate need sometimes |
Please add this! |
Waiting for it! Would be a great enhance on productivity 😄 |
This would keep components much cleaner especially when binding to vuex data. Being able to use the |
Please, add this asap 👍 |
Pleeeeeeeeeeease |
I have the same need. Workaround: https://stackoverflow.com/questions/56197736/how-to-avoid-v-text-field-to-emit-input-events |
I had the same issue. Here's my workaround : <input
{{ "." + soa.name + "." }}
`
Hope this help |
What problem does this feature solve?
v-model for components already supports .trim and .number.
Lazy modifier support for components would make it more uniform across the platform.
What does the proposed API look like?
The only change (backwards compatible) would be to add a new property to model definition:
The text was updated successfully, but these errors were encountered: