jsfe icon indicating copy to clipboard operation
jsfe copied to clipboard

A Custom Element that auto-generates forms, declaratively. Works with Lit, Solid, Vue, Svelte, React, Astro, vanilla…

Results 15 jsfe issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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`: ![image](https://github.com/user-attachments/assets/c4acd0c1-3a10-42a8-b472-699a51866923) After this change, _if you construct `Jsf` manually_, you get the correct type: ![image](https://github.com/user-attachments/assets/e4adf63b-5f53-4219-85fb-42a25dafaf74) 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...