form-js / forms.js

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

Add labelPlacement property to all related fields #69

Open Trilmatic opened 1 month ago

Trilmatic commented 1 month ago

Add labelPlacement option to all related fields. The label can be rendered eather above or below the field.

for checkbox and radio will be below by default, for others above by default.

inputs and validation error need to have one extra div parent to enable this functionality