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
jsonschema defines $defs as a place to store reusable definitions, it's not clear how the uiSchema for a possibly recursive structure should be specified when each property for an object is specified in the $defs section.
Would it be better to use an extension field instead of a seperate object for the uiSchema?
The text was updated successfully, but these errors were encountered:
There is a lot of API types with this kind of form generator. It's a pandora box to support every UI stuff via schema I think.
JSFE is inspired by the RJSFE (react) API, but it's a much older and experienced lib. Reading their source code, you'll see they do some quite heavy work at runtime and typings-wise. Sadly I don't have time, or support for this project for more exhaustive UI schemas stuff.
I think the most flexible is to use custom widgets, and maybe inject Lit Contexts, leveraging data attributes, CSS wizardry…
jsonschema defines
$defs
as a place to store reusable definitions, it's not clear how the uiSchema for a possibly recursive structure should be specified when each property for an object is specified in the$defs
section.Would it be better to use an extension field instead of a seperate object for the uiSchema?
The text was updated successfully, but these errors were encountered: