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

Select widget on boolean enum (true, false) with combination with material-ui-5 is not working

Open Spide opened this issue 2 years ago • 2 comments

Steps to Reproduce

  1. This behavior is same on playground: url

Actual behavior

When I select true value in slelect widget, then false is selected

Version

"@mui/material": "^5.5.0",
"@mui/styles": "^5.5.0",
"@rjsf/core": "^4.1.0",
"@rjsf/material-ui": "^4.1.0",

Spide avatar Mar 15 '22 10:03 Spide