Skip to content

Commit 53b2658

Browse files
authored
fix #83
1 parent 1efe353 commit 53b2658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/brutusin-json-forms.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ if (typeof brutusin === "undefined") {
12511251
return input.getValue();
12521252
}
12531253
var value;
1254+
12541255
if (input.tagName.toLowerCase() === "select") {
12551256
value = input.options[input.selectedIndex].value;
12561257
} else {

0 commit comments

Comments
 (0)