fix step not working in unit input

This commit is contained in:
Henry Jameson 2024-07-21 23:46:54 +03:00
parent 72b252c803
commit 041da0cdff

View file

@ -13,7 +13,7 @@
:id="path"
class="input number-input"
type="number"
step="step"
:step="step"
:disabled="disabled"
:min="min || 0"
:value="stateValue"