react-json-form icon indicating copy to clipboard operation
react-json-form copied to clipboard

Allow providing a step value for number/integer input via schema

Open bhch opened this issue 11 months ago • 0 comments

E.g.:

{
    "type": "integer",
    "step": "2",
}

bhch avatar Jan 29 '25 21:01 bhch