dillon1000/react
Commit
Browse files Fix behavior of ReactDOMSelect
Closes #250. Test Plan: With multiple and not, verified: With defaultValue, the correct option is picked initially, user changes change the selection, and changes to defaultValue have no effect. With value, the correct option is picked initially, user changes do nothing, and changes to value change the selection. Also ran the tests.
Changed paths2 files
First-parent comparisonsrc/dom/components/ReactDOMSelect.js ModifiedA src/dom/components/__tests__/ReactDOMSelect-test.js AddedPatch
Files changed
Rendering syntax-highlighted changes…