parent
5ed8891db3
commit
753b1abb21
1 changed files with 3 additions and 0 deletions
|
|
@ -333,6 +333,9 @@ Mithril = m = new function app(window, undefined) {
|
|||
if (e.message.indexOf("Invalid argument") < 0) throw e
|
||||
}
|
||||
}
|
||||
else if (attrName === "value" && tag === "input" && node.value !== dataAttr) {
|
||||
node.value = dataAttr
|
||||
}
|
||||
}
|
||||
return cachedAttrs
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue