jQuery-MultiSelect icon indicating copy to clipboard operation
jQuery-MultiSelect copied to clipboard

Add support for templates in the selectedOptions parameter

Open sanchesfree opened this issue 10 months ago • 0 comments

Add support for templates in the selectedOptions parameter.

You can now use templates in the settings as follows:

$('.multiselect-element').multiselect({
    texts: {
        selectedOptions: 'Selected: #cnt#',
    }
});

sanchesfree avatar Mar 10 '25 15:03 sanchesfree