fix missing defaultValue on NumberInput

This commit is contained in:
jeffvli
2026-01-04 01:01:14 -08:00
parent 0596faf51e
commit e34d84deee
@@ -39,6 +39,7 @@ export const NumberInput = forwardRef<HTMLInputElement, NumberInputProps>(
wrapper: styles.wrapper, wrapper: styles.wrapper,
...classNames, ...classNames,
}} }}
defaultValue={defaultValue}
hideControls hideControls
onChange={ onChange={
onChange onChange