mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d822d4bbe7
* Set 'size' attribute to select tag if it occurs before appending options * Add comment about why size is assigned on select create. Tests I added some more clarification for why size must be set on select element creation: - In the source code - In the DOM test fixture - In a unit test * Use let, not const in select tag stub assignment