diff --git a/components/Input/index.tsx b/components/Input/index.tsx index f63d657f..edb6fdf9 100644 --- a/components/Input/index.tsx +++ b/components/Input/index.tsx @@ -8,13 +8,13 @@ interface Props React.InputHTMLAttributes, HTMLInputElement > { - visible?: boolean + visible?: string error?: string label?: string } const defaultProps = { - visible: true, + visible: 'true', } const Input = React.forwardRef(function Input(