Stages Demos:

[ Note: Stages comes without styles, you have to bring your own! ]

Dynamic fields

Configuration of each field can be dynamic, based on any kind of data entered, interface state or async data

Dynamic requirements:

path: field1 | type: text
path: field2 | type: text
This field is only required if Field 1 is populated. Add something to the first field to see this field getting required.

Dynamicly disabled fields:

path: field3 | type: text
path: field4 | type: text
This field is only enabled if Field 3 is populated.

Dynamic labels:

path: name | type: text
path: age | type: number
The label of this field is dynamic.

In summary, basically the whole field config and rendering is dynamic, which is often needed in dynamic wizards, for example those found in insurance forms. Stages is built for flexibility, making such dynamic configurations easy.



- - -
(c) 2023 by Fredi Bach : Unic : Github