+0
-4
lines changedFilter options
+0
-4
lines changed Original file line number Diff line number Diff line change
@@ -86,10 +86,6 @@ function isDirtyWithModifiers (elm: any, newVal: string): boolean {
86
86
const value = elm.value
87
87
const modifiers = elm._vModifiers // injected by v-model runtime
88
88
if (isDef(modifiers)) {
89
-
if (modifiers.lazy) {
90
-
// inputs with lazy should only be updated when not in focus
91
-
return false
92
-
}
93
89
if (modifiers.number) {
94
90
return toNumber(value) !== toNumber(newVal)
95
91
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4