Skip to content

Commit 99f6934

Browse files
committed
use datetime-local input type
1 parent 325380f commit 99f6934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/js/brutusin-json-forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ if (typeof brutusin === "undefined") {
195195
value = null;
196196
}
197197
} else if (s.format === "date-time") {
198-
input.type = "datetime";
198+
input.type = "datetime-local";
199199
} else if (s.format === "email") {
200200
input.type = "email";
201201
} else if (s.format === "text") {

0 commit comments

Comments
 (0)