diff --git a/src/Input/Input.tsx b/src/Input/Input.tsx index cb566755..1fa590fa 100644 --- a/src/Input/Input.tsx +++ b/src/Input/Input.tsx @@ -26,6 +26,7 @@ const Input = forwardRef( color, dataTheme, className, + type, ...props }, ref @@ -45,7 +46,7 @@ const Input = forwardRef(