Open
Description
It would be cool if you could provide an easy way to add and remove fields directly through JS. A while ago I tried modifying nested_form to support this but ran into some problems related to rendering the fields.
I have a particular use case for this. I'm developing a management system for small conventions where the guests do certain chores like cooking and washing the dishes. For every day I want to enter how many people are needed for a given chore (on the first day there's no need to wash the dishes in the morning, on the last day there's no dinner).
So my idea was to have a change handler for the convention's begins_at
and ends_at
input fields and manipulate the form accordingly. Sadly I haven't found a good way to do that yet.
Metadata
Metadata
Assignees
Labels
No labels