diff --git a/src/Input/Input.tsx b/src/Input/Input.tsx index 57a37124..16b80a65 100644 --- a/src/Input/Input.tsx +++ b/src/Input/Input.tsx @@ -106,7 +106,7 @@ export const Input = ({ id, className, cssModule, - type, + type = 'text', state, tag, addon,