jsfe
jsfe copied to clipboard
A Custom Element that auto-generates forms, declaratively. Works with Lit, Solid, Vue, Svelte, React, Astro, vanilla…
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...
I'm going to do a major rewrite for JSFE, to make it much more modular and easy to integrate in any kind of setups. This issue will keep track of...
Great project (conceptually)! - I am planning to use it to parameterise all my 'ports' so that the user know what to provide, e.g., PostgreSQL when that needs installing; using...
Before this change, `dataChangeCallback`'s type parameter is `unknown`:  After this change, _if you construct `Jsf` manually_, you get the correct type:  This (unfortunately) only works for manual construction...
This lib should be agnostic. Actually a lit `html` (`TemplateResult`) is preferred because it makes it easier to deal with accessibility issues with vendor custom elements that associate in the...