dillon1000/react
Commit
Browse files Make 'disabled' MUST_USE_ATTRIBUTE for compatibility with CSS [disabled] selectors.
When a ReactDOMComponent is created with the property `disabled: true` subsequently setting the property to `disabled: false` the HTML attribute `disabled="true"` was being left in the DOM.
Changed paths1 file
First-parent comparisonsrc/dom/DefaultDOMPropertyConfig.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…