When you add enum values without any uiSchema.json it will fallback to default material select
Last updated 2 years ago
Material Select Component integration
{ "title": "Example for rendering react-select component", "description": "A simple form with react-select component", "type": "object", "properties": { "select": { "type": "string", "title": "Example select", "enum": [ "Yes", "No" ] } } }
{ "selectTest": "[{\"value\":\"Yes\",\"label\":\"Yes\"},{\"value\":\"No\",\"label\":\"No\"}]" }