diff --git a/src/input/Input.jsx b/src/input/Input.jsx index fa628e5..88e0008 100644 --- a/src/input/Input.jsx +++ b/src/input/Input.jsx @@ -38,14 +38,25 @@ export const InputField = forwardRef( )} > {prefix && {prefix}} - + {type === "textarea" ? ( +