diff --git a/src/components/ui/input/base.tsx b/src/components/ui/input/base.tsx index 6c9310c6..aa34f505 100644 --- a/src/components/ui/input/base.tsx +++ b/src/components/ui/input/base.tsx @@ -62,7 +62,7 @@ export const BaseInput = React.forwardRef( appearance = 'boxed', onValueChange, onChange, - maxLength = 50, + maxLength, minLength = 0, hideMeta = true, guideText,