The DOM input event should be fired when the value of an <input> or <textarea> element is changed through cy.type().
For IE9 < support, the propertychange event should be fired when value of an <input> or <textarea> element is changed through cy.type().
The DOM input event should be fired when the value of an
<input>or<textarea>element is changed throughcy.type().For IE9 < support, the
propertychangeevent should be fired when value of an<input>or<textarea>element is changed throughcy.type().