I am trying to clear the text in mention's textarea by javascript in React. I have tried const textarea = document.getElementById("id"); textarea.value = "" ...
確定! 回上一頁