mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
280eff41f3
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.