You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BooleanField component that renders the CheckboxWidget does not set the uiSchema prop. My suggestion is that it is added similarly to other fields, such as StringField. That would fix this issue as well as add support for UI schema in the CheckboxWidget.
Description
When using a boolean field, the form generation using Semantic UI crashes with the following error message:
The BooleanField component that renders the CheckboxWidget does not set the uiSchema prop. My suggestion is that it is added similarly to other fields, such as StringField. That would fix this issue as well as add support for UI schema in the CheckboxWidget.
Version
The text was updated successfully, but these errors were encountered: