mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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,
|
||||
...classNames,
|
||||
}}
|
||||
defaultValue={defaultValue}
|
||||
hideControls
|
||||
onChange={
|
||||
onChange
|
||||
|
||||
Reference in New Issue
Block a user