form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

Field description #59

Open Trilmatic opened 3 months ago

Trilmatic commented 3 months ago

Each field (excluding hidden) to have description rendered through a template.

The description needs to be accessable and inputed through FieldOptions.description.

Documentation needs to be updated accordingly as well as jest tests to keep 99% coverage.

Trilmatic commented 3 weeks ago

This can be kinda done through the label property as you can bass function that returns html element there