Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KFlash committed Mar 25, 2016
1 parent f1c0eca commit f63b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DOM/utils.js
Expand Up @@ -269,7 +269,7 @@ function selectOptionValueIfNeeded(vdom, values) {
}

export function selectValue(vdom) {
if (vdom.tagName !== 'select') {
if (vdom.tag !== 'select') {
return;
}
let value = vdom.attrs && vdom.attrs.value;
Expand Down

0 comments on commit f63b6a0

Please sign in to comment.