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
We render RJSF form based on OpenAPI compatible schema. While it works great, but we are finding difficulties handling OpenAPI extensions (i.e. custom properties).
For eg:
Since it has typeobject but has empty properties , RJSF is not able to handle this.
How to customise RJSF such that user is able to fill in the value (w/o concerning about the validation) ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We render RJSF form based on OpenAPI compatible schema. While it works great, but we are finding difficulties handling OpenAPI extensions (i.e. custom properties).
For eg:
Since it has
type
object
but has emptyproperties
, RJSF is not able to handle this.How to customise RJSF such that user is able to fill in the value (w/o concerning about the validation) ?
Beta Was this translation helpful? Give feedback.
All reactions