dyaliCode / svelte-formly

Generator dynamic forms for Svelte JS
https://svelte.formly-js.com
MIT License
253 stars 30 forks source link

Documentation on Custom Field Types #40

Closed firrae closed 2 years ago

firrae commented 2 years ago

Hi there, just curious if there is documentation on how to add custom field types? I'd like to create a duo of custom file upload form fields but I'm not sure how that would be implemented in this library?

Any help is appreciated.

kamalkech commented 2 years ago

@firrae this package is an UI form for sveltejs, with current version you cannot create your own fields types but on this package you can found most field types, and there is a file upload type, check this link https://documentation-svelte-formly.vercel.app/ui/file

Lucasmiguelmac commented 2 years ago

@firrae this package is an UI form for sveltejs, with current version you cannot create your own fields types but on this package you can found most field types, and there is a file upload type, check this link https://documentation-svelte-formly.vercel.app/ui/file

Is there a plan for custom fields in the future? It would be a game changer for this library imo.