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