When providing a custom select widget, I expected it to be used for the oneOf / anyOf select. The MultiSchemaField component just renders a select instead of looking up the select widget (link).
<Form widgets={{ SelectWidget: MyCustomSelect }} />I would expect that my custom widget would be rendered instead.
A select element is used.
1.3.0
@epicfaace I'd be happy to take a stab at this.
Most helpful comment
@epicfaace I'd be happy to take a stab at this.