react-jsonschema-form
react-jsonschema-form copied to clipboard
Add support for extra props on material-ui SelectWidget
Reasons for making this change
For the material-ui theme, the TextWidget supports feeding in extra props, but the SelectWidget does not. They use the same underlying TestField component.
If this is related to existing tickets, include links to them as well.
Checklist
- [ ] I'm updating documentation
- [ ] I've checked the rendering of the Markdown text I've added
- [x] I'm adding or updating code
- [ ] I've added and/or updated tests
- [ ] I've updated docs if needed
- [ ] I'm adding a new feature
- [ ] I've updated the playground with an example use of the feature