-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Sometimes we need to display custom components inside the View form of RJSF.
We normally do it with custom widgets.
Now that we have prepareDataForForm, we can create a generic custom component that accepts a ReactNode to display this data.
We will also need to change the prepareDataForForm type to accept it
Tasks:
- Create a generic custom widget that accepts
ReactNodeand displays it - Change types of
prepareDataForFormto allowReactNode
*** This idea will probably not work if you need to edit the data
Metadata
Metadata
Assignees
Labels
No labels