You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, #5128 didn't check that only some elements should respond to disabled attribute. Specifically, <button>, <command>, <fieldset>, <input>, <keygen>, <optgroup>, <option>, <select>, and <textarea>
JS:
html:
in v1:
in v2:
Live Demo
See minimal repro here (modify import to switch between v1/v2):
https://jsbin.com/zusabajelu/1/edit?html,console,output
probably related to #4685 and #5128
The text was updated successfully, but these errors were encountered: