dillon1000/react
Commit
Browse files 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
Changed paths2 files
First-parent comparisonfixtures/dom/src/components/fixtures/selects/index.js ModifiedM packages/react-dom/src/client/ReactDOMFiberComponent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…