OwlCyberSecurity - MANAGER
Edit File: iconmulti-select.js
wp.customize.controlConstructor['select'] = wp.customize.Control.extend({ ready: function() { 'use strict'; var control = this; // Change the value this.container.on( 'change', 'input', function() { control.setting.set( jQuery( this ).val() ); }); } });