removed logging

This commit is contained in:
Anton Tranelis 2024-02-11 13:57:13 +01:00
parent 95862f0998
commit 89ce816958

View File

@ -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 (