vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.95k stars 6.97k forks source link

[Feature Request] Implement v-model.lazy for inputs #5759

Open tommybravo opened 6 years ago

tommybravo commented 6 years ago

Problem to solve

There are times when you don't want your model to update on every "input" event, "change" events would do the trick. VueJS itself has the "lazy" modifier for v-model that seem to not work in custom components.

Proposed solution

An additional "lazy" prop for input elements.

iec989 commented 5 years ago

Will this be part of the 2.0?

KaelWD commented 5 years ago

Duplicate of https://github.com/vuejs/vue/issues/6914