document.querySelector('textarea').dispatchEvent(new Event("change"));
document.querySelector('textarea').dispatchEvent(new Event("input"));