XF 2.0 data-xf-init="disabler" & multiple options

DragonByte Tech

Well-known member
Sorry for the poor title.

I want to use the "disabler" system to enable the submit row if I have checked one or more options from a checkboxrow with an arbitrary amount of options.

If I use data-xf-init="disabler" data-container=".js-submitDisable" on the parent checkboxrow, it doesn't enable the submit row when checking one of the options.
If I use that code on the xf:option element, then checking one option -> check & uncheck another option will disable the submit row.

Is there any way to achieve what I want without custom JS?

Thanks!


Fillip
 
Top Bottom