Checkbox doesn't support descriptions for material-ui / bootstrap-4 #2203
Labels
bootstrap-4
bootstrap-4 related theme issue
bug
material-ui
material-ui related theme issue
possibly close
To confirm if this issue can be closed
Prerequisites
Description
The description of the the boolean field widget is missing when the theme is material-ui and bootstrap-4
Steps to Reproduce
Widgets
from the top row and observe the boolean field on the right when the default theme is selected. The top widget (checkbox) has a visible description ofThis is the checkbox-description
.material-ui
orbootstrap-4
theme the description disappears for the checkbox widget. The description is still there for the radio widget and the select widget.Expected behavior
I expect to see (somewhere) the description of the boolean field widget
Actual behavior
The description disappears for the checkbox widget
Version
These are the packages that I have installed:
"@rjsf/core": "2.4.1",
"react": "16.14.0",
"react-icons": "4.1.0",
"react-dom": "16.14.0",
"react-bootstrap": "1.4.3",
"@rjsf/bootstrap-4": "2.4.1",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@rjsf/material-ui": "2.4.1",
The text was updated successfully, but these errors were encountered: