Skip to content

Fix part update JS breaking with dynamically added forms

Sivert Olstad requested to merge part-update-js into main

Closes #229 (closed).

Fixes the issue by utilizing event delegation. Event listeners are added to the form, not the individual inputs.

Merge request reports