We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 = "";
but this doesn't work for me.