Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
534 stars 196 forks source link

Custom attributes do not render on Checkbox Group or Radio Group controls #256

Open dougauerbach opened 4 years ago

dougauerbach commented 4 years ago

FormeoEditor allows custom attributes to be added on Checkbox Group and Radio Group controls, but FormeoRenderer does not emit the attribute name/values onto the resulting HTML.

Was hoping to use this for adding support for inline forms (e.g., horizontal display of checkbox or radio options).

Perhaps redundant with #85