Make sure title attrs are removed properly - fixes #2676
This commit is contained in:
parent
fce750ab39
commit
ab4b21dacc
1 changed files with 1 additions and 0 deletions
|
|
@ -772,6 +772,7 @@ module.exports = function($window) {
|
|||
else if (
|
||||
hasPropertyKey(vnode, key, ns)
|
||||
&& key !== "className"
|
||||
&& key !== "title" // creates "null" as title
|
||||
&& !(key === "value" && (
|
||||
vnode.tag === "option"
|
||||
|| vnode.tag === "select" && vnode.dom.selectedIndex === -1 && vnode.dom === activeElement()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue