XLForm
XLForm copied to clipboard
Request: ability to modify sectionOptions outside of initializer
I have a section that doesn't always make sense to show the drag-to-reorder handles, so I would like to allow my users to toggle drag-to-reorder mode on that section through a button I provide.
My issue with the current version of XLForm is that it does not support modifying the sectionOptions of a section after it has been created, so I have to remove and re-add the newly configured section, and the UI transition seems awkward simply just to toggle drag-to-reorder.
Might the powers that be at xmartlabs be willing to support the modification of sectionOptions?
Thanks!