BomAle Posted July 7, 2018 Posted July 7, 2018 Hello, I see into matrix table when define a column with Form\Select with unlimited checkbox and check unlimited checkbox the javascript don't unselect the previous select element. I have seen it caused by a limited condition into _unlimitedCheck on ips.ui.form, therefore I "suggest" to edit it as follow: //change: _unlimitedCheck = function (checkbox) { var inputs = checkbox.closest('.ipsFieldRow_content,[data-role="unlimitedCatch"]').find('input:not([type="checkbox"],[type="hidden"]),select,textarea'); //into: _unlimitedCheck = function (checkbox) { var inputs = checkbox.closest('.ipsFieldRow_content,[data-role="unlimitedCatch"],[data-matrixrowid] td').find('input:not([type="checkbox"],[type="hidden"]),select,textarea');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.