Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@simomosi/dynamic-forms

simomosi44MIT3.0.0TypeScript support: included

DynamicForms is a js library that handles all interactions in forms with dynamic content (e.g. select with variable options, updating rules and visibility changes depending on fields' state).

form, dynamic, update, rule, visibility, select, option, dropdown, async, promise, declarative, json, configuration, vanilla, javascript, progressive, filtering, typescript, vite, esm

readme

Table of Contents

Dynamic Forms

npm bundle size npm GitHub deployments GitHub User's stars

What is it and what can I do with it

DynamicForms is a client library to automate progressive filtering and initialisation of dynamic fields in an easy and fast way.

It supports the developer in managing and centralizing all forms interactions.

It's written in typescript and built with Vite

Here's some examples.

Progressive filtering

Dynamic Select example gif

Automatic fields initialisation with dynamic content

Dynamic Form initialisation gif

The progressive filtering status is restored: all the available options are automatically fetched.

Visibility changes depending on fields' state

Dynamic Checkbox example gif

Updating rules

Dynamic Radio example gif

Much much more

Got your attention? Try it!

Documentation, installation and examples of use

See DynamicForms page.

Main features

  • <input checked="" disabled="" type="checkbox"> Easy to use: DynamicForms works in a declarative way; no code with the default behavior, just a simple configuration!
  • <input checked="" disabled="" type="checkbox"> Modern javascript and backward compatible: works on all browsers!
  • <input checked="" disabled="" type="checkbox"> Lightweight: having no dependencies, you can integrate it everywhere!
  • <input checked="" disabled="" type="checkbox"> Automate repetitive and boring operations: read values, fetch data making async remote calls, update fields' status, clear other fields, hide/show sections... even listing them is BORING!
  • <input checked="" disabled="" type="checkbox"> Highly customizable: are you using an external library with custom html elements? Don't worry as you can specify your own functions to read/write data

Support

If you want to support me just star the project on github and share it with your collegues.

If you have questions or suggestions open an issue on github.

Thank you very much for your support ❤