Closed losadaem closed 8 years ago
Firefox has a bug where calling dispatchEvent on a non-attached and disabled input.
https://bugzilla.mozilla.org/show_bug.cgi?id=867418
jsfiddle: https://jsfiddle.net/tm8LnLoo/
Besides the Firefox bug it is worth considering if a disabled input needs to be validated.
Thank you for your advise 😉
Firefox has a bug where calling dispatchEvent on a non-attached and disabled input.
https://bugzilla.mozilla.org/show_bug.cgi?id=867418
jsfiddle: https://jsfiddle.net/tm8LnLoo/