Fixes input uncontrolled error (#98)

This commit is contained in:
Chris Anderson 2023-03-27 08:26:06 -05:00 committed by GitHub
parent 951d04b5af
commit f55fa37691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ export default function TextInput<X extends TextInputValue>({
required,
textarea,
size = 'regular',
value,
value = '',
onChange,
onBlur,
onFocus,