react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

Add support for extra props on material-ui SelectWidget

Open kevindice opened this issue 4 years ago • 0 comments

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
  • [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

kevindice avatar Feb 11 '21 09:02 kevindice