diff --git a/packages/component/src/ui/input/input.tsx b/packages/component/src/ui/input/input.tsx index b97e6a475d..8ad21637a4 100644 --- a/packages/component/src/ui/input/input.tsx +++ b/packages/component/src/ui/input/input.tsx @@ -37,6 +37,7 @@ export const Input = forwardRef(function Input( width, onChange, noBorder = false, + className, ...otherProps }: inputProps, ref: ForwardedRef @@ -51,7 +52,7 @@ export const Input = forwardRef(function Input( return (