Searched refs:focusInEvent (Results 1 – 1 of 1) sorted by relevance
576 const focusInEvent = new FocusEvent('focusin'); constant577 Object.defineProperty(focusInEvent, 'target', {value: formElement});578 document.dispatchEvent(focusInEvent);