From f68e59e8c75ea926fb02260ea88c87d9b805da90 Mon Sep 17 00:00:00 2001 From: randy-ar Date: Wed, 19 Nov 2025 10:21:59 +0700 Subject: [PATCH] fix(FE): fixing table flickering when input form value --- src/components/input/TextArea.tsx | 2 +- .../pages/marketing/MarketingTable.tsx | 203 ++++++++++++++---- .../pages/marketing/form/MarketingForm.tsx | 14 +- .../table-view/SalesOrderProductTable.tsx | 13 +- 4 files changed, 183 insertions(+), 49 deletions(-) diff --git a/src/components/input/TextArea.tsx b/src/components/input/TextArea.tsx index 0e7891f7..550dbc6b 100644 --- a/src/components/input/TextArea.tsx +++ b/src/components/input/TextArea.tsx @@ -83,7 +83,7 @@ const TextArea = ({