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 (