-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
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:
model: {
prop: 'value',
event: 'input',
eventLazy: 'change'
}
navjeetfgmnt, pandafox, garretmh, KaelWD, Bwen and 45 more