Fork me on GitHub
#fulcro
<
2023-03-06
>
Eric Dvorsak20:03:33

I made a draggrable container in rad to reorder items in a form. Currently I just have a ugly hack that works for a specific form, by passing "a reorder function that calls form/input-changed! for each sibling" to each item in the many-ref container. The ordering is a hidden field, I'm wondering if there is a better way to update that field for every sibling in a subform