dillon1000/react

Commit

Make sure that `select` has `multiple` attribute set to appropriate state before appending options (#13270)

* Make sure that `select` has `multiple` attribute set to appropriate state before appending options
fixes #13222

* Add dom test fixture to test long multiple select scrolling to the first selected option
fixes #13222

* typo fix

* update comment
remove redundant conversion to bool type

* change a way of assigning property to domElement

* Remove unused ref on select fixture form
Browse files
Changed paths2 files
First-parent comparison
M fixtures/dom/src/components/fixtures/selects/index.js ModifiedM packages/react-dom/src/client/ReactDOMFiberComponent.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…