Magento 2 Multi Select click all code – Tax Rates

Put the following code in console.

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 *