fb11-repeatable.js sets up a button on each repeatable field in order to remove that field. This is currently done by just removing the whole lot from the DOM.
It would be better to disable the field so that it is not submitted with the form, and for the button to be a toggle or a checkbox, so that it the decision to delete is not immediately committed.
fb11-repeatable.js
sets up a button on each repeatable field in order to remove that field. This is currently done by just removing the whole lot from the DOM.It would be better to disable the field so that it is not submitted with the form, and for the button to be a toggle or a checkbox, so that it the decision to delete is not immediately committed.