You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have the same issue, i want to reset the input after sending the message,
At the moment am using this document.querySelector('.v3-emoji-picker-input').value = null; which works partially because if i pick emoji immediately after sending the message, it populates the input with the just sent message
this is the component in template
Clearand inside the script
import EmojiPicker from "vue3-emoji-picker";
import "vue3-emoji-picker/css";
const clearInput = async () => {
console.log(textInput);
textInput.value = ''
}
result upon entering "hi" and clicking the "Clear" button
for the use of ref, it yields the same outcome
The text was updated successfully, but these errors were encountered: