Skip to content
Snippets Groups Projects
Commit 041da0cd authored by HJ's avatar HJ :fire:
Browse files

fix step not working in unit input

parent 72b252c8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
:id="path"
class="input number-input"
type="number"
step="step"
:step="step"
:disabled="disabled"
:min="min || 0"
:value="stateValue"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment