mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix missing defaultValue on NumberInput
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user