Commit a0960a17 authored by Boris Kocherov's avatar Boris Kocherov

fix number rendered

parent 4a1e552b
...@@ -680,7 +680,7 @@ ...@@ -680,7 +680,7 @@
input.value = default_value; input.value = default_value;
} }
if (type === "integer") { if (type === "integer" || type === "number") {
input.type = "number"; input.type = "number";
} else { } else {
input.type = "text"; input.type = "text";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment