From b7ce0cb9a6abd25573c7e3416b8429a9422cd84c Mon Sep 17 00:00:00 2001 From: Faran Javed Date: Fri, 21 Mar 2025 16:51:18 +0500 Subject: [PATCH] [FIX] TextArea resize issue #1582 --- .../lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx b/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx index a41fed3a2..b631d65fb 100644 --- a/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx +++ b/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx @@ -54,6 +54,9 @@ const Wrapper = styled.div<{ .ant-input { height:100% !important; } + .ant-input-affix-wrapper { + height:100% !important; + } .ant-input-clear-icon { opacity: 0.75;