From fb48962f4d882b84d73d4f9dbead4c29aeab5d5f Mon Sep 17 00:00:00 2001 From: Victor Bayas Date: Tue, 29 Oct 2024 16:31:16 -0500 Subject: [PATCH] Remove fullWidth prop from DOM elements (#1068) --- src/components/InputBox/index.tsx | 1 - src/components/TextArea/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/InputBox/index.tsx b/src/components/InputBox/index.tsx index 0e3b73a16..76a8b69b9 100644 --- a/src/components/InputBox/index.tsx +++ b/src/components/InputBox/index.tsx @@ -146,7 +146,6 @@ const Inputdiv = React.forwardRef< sizeMode === "small" ? inputBaseSizeSmall : {}, startIcon ? { paddingLeft: 35 } : {}, ]} - fullWidth type={inputdivWrapperType} className={`Base_Normal inputRebase ${state}State ${value && value !== "" ? "filled" : ""}`} value={value} diff --git a/src/components/TextArea/index.tsx b/src/components/TextArea/index.tsx index e6196485a..cf92b7d78 100644 --- a/src/components/TextArea/index.tsx +++ b/src/components/TextArea/index.tsx @@ -89,7 +89,6 @@ const TextArea: FC = ({