kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

NS_ERROR_UNEXPECTED on Firefox #132

Closed losadaem closed 8 years ago

losadaem commented 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/

losadaem commented 8 years ago

Besides the Firefox bug it is worth considering if a disabled input needs to be validated.

kazupon commented 8 years ago

Thank you for your advise 😉