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
A much consistent and superior alternative, in my humble opinion, would be to assign the name of the key associated with the templates transmitted during the initialization of the Form, as is done with widgets and fields.
Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
Currently, as described in the documentation https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-templates, it is possible to customize per-field Field, Template and Widget user interfaces. The problem with the current model is that assigning the function/class directly in the uiSchema causes it to no longer be valid application/json.
Expected Behavior
A much consistent and superior alternative, in my humble opinion, would be to assign the name of the key associated with the templates transmitted during the initialization of the Form, as is done with widgets and fields.
and when necessary to change the template, use it like:
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: