From 89ce816958ece1379089a28112a1e0190e1eb277 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 11 Feb 2024 13:57:13 +0100 Subject: [PATCH] removed logging --- src/Components/Input/TextAreaInput.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Components/Input/TextAreaInput.tsx b/src/Components/Input/TextAreaInput.tsx index 371089d7..a2e79426 100644 --- a/src/Components/Input/TextAreaInput.tsx +++ b/src/Components/Input/TextAreaInput.tsx @@ -41,8 +41,6 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl trigger: "#", values: values, menuShowMinLength: 3, - - noMatchTemplate: () => { return "" }, @@ -58,9 +56,7 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl tribute.attach(ref.current); } init.current = true; - } - console.log(ref.current); - + } }, [ref]) return (