Skip to content

Create form components

Nonchalant requested to merge create_form_components into master

Basic structures are in place for automatically generating forms for each selected tile, and building out wht each of those should look like based off a static json object. This form object spec is fetched from a mock call to the API currently. Currently, no form validation exists, nor the ability to submit or close forms. Also, the functionality for including different form types is limited to only text, text-area and file input.

Merge request reports