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
Hi, it would be worth to mention in the documentation that while using $ref in ui schema is not supported it is still possible to use it the same way it is used inside JSON Schema precompiling it with json-refs before handing over to JSON Forms.
E.g.:
....
"elements":[
{
"$ref":"URL"
}
]
........
The text was updated successfully, but these errors were encountered:
Hi, it would be worth to mention in the documentation that while using $ref in ui schema is not supported it is still possible to use it the same way it is used inside JSON Schema precompiling it with json-refs before handing over to JSON Forms.
E.g.:
....
"elements":[
{
"$ref":"URL"
}
]
........
The text was updated successfully, but these errors were encountered: