Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall authored May 3, 2017
1 parent 1efe353 commit 53b2658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/brutusin-json-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ if (typeof brutusin === "undefined") {
return input.getValue();
}
var value;

if (input.tagName.toLowerCase() === "select") {
value = input.options[input.selectedIndex].value;
} else {
Expand Down

0 comments on commit 53b2658

Please sign in to comment.