diff --git a/resources/assets/javascripts/bootstrap/studip_helper_attributes.js b/resources/assets/javascripts/bootstrap/studip_helper_attributes.js index 6566a3d93bca7d2c3640318629e3e48d70175783..26cdd9c78b1fa0f9040c5522e441c839a07f1efb 100644 --- a/resources/assets/javascripts/bootstrap/studip_helper_attributes.js +++ b/resources/assets/javascripts/bootstrap/studip_helper_attributes.js @@ -46,7 +46,7 @@ $(document).on('change', proxy_elements_selector, function (event, force) { const event = new Event('change'); element.dispatchEvent(event); - if (element.matches('[data-proxyfor]')) { + if (element.matches('[data-proxyfor],[data-activates],[data-deactivates],[data-hides],[data-shows]')) { $(element).trigger('change', [true]); } });