mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-01 12:26:08 +08:00
Fixes input uncontrolled error (#98)
This commit is contained in:
parent
951d04b5af
commit
f55fa37691
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default function TextInput<X extends TextInputValue>({
|
|||
required,
|
||||
textarea,
|
||||
size = 'regular',
|
||||
value,
|
||||
value = '',
|
||||
onChange,
|
||||
onBlur,
|
||||
onFocus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue