Magento 2 Multi Select click all code – Tax Rates

Put the following code in console.

1
2
3
4
5
6
require(["jquery"],function($){
    $( ".mselect-fixed label" ).each(function( index ) {
  if($(this).children("input").hasClass("mselect-checked")){}
  else $(this).trigger('click');
    });
});

Posted

in

, , ,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *