We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec929c commit 3add9bdCopy full SHA for 3add9bd
src/js/brutusin-json-forms.js
@@ -212,7 +212,7 @@ if (typeof brutusin === "undefined") {
212
input = document.createElement("input");
213
if (s.type === "integer" || s.type === "number") {
214
input.type = "number";
215
- input.step = "any";
+ input.step = s.step?""+s.step:"any";
216
if (typeof value !== "number") {
217
value = null;
218
}
0 commit comments