fix: improve InputNumber component step behavior and disabled state (#16044)

This commit is contained in:
诗浓
2025-03-18 10:42:29 +08:00
committed by GitHub
parent 5e52d4d6b3
commit 947c9f70fb
2 changed files with 30 additions and 10 deletions

View File

@@ -53,6 +53,7 @@ const ParamItem: FC<Props> = ({ className, id, name, noTooltip, tip, step = 0.1,
min={min}
max={max}
step={step}
amount={step}
size='sm'
value={value}
onChange={(value) => {