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 idea is that RJSF has no idea what fields an object may contain, so the base fields and templates just delegate that logic to widgets. Since you have a very specific idea of what your object will look like, and how the UI should behave, you can override the entire field with the UI/logic you need.
Prerequisites
What theme are you using?
antd
What is your question?
I am trying to make a widget for Ant Pro Flow.
It's input data is an object of form:
I tried to define it as
in my
schema
andin my
uiSchema
.But this does not seem to apply at all. Is there anything I am missing?
Edit: Ok, I noticed that custom widgets cannot be applied to the
object
type. But, is there anything I could do to workaround this?Edit 2: In case anyone else runs into this, you can use
type: "array"
and do something likeThe text was updated successfully, but these errors were encountered: