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

Update documentation for selectedOptions parameter with template support

Open sanchesfree opened this issue 10 months ago • 0 comments

Added detailed information about the selectedOptions parameter in the documentation, highlighting its ability to support templating (e.g., #cnt# as a placeholder for the count of selected items). This update ensures users are aware of the flexible text customization options available in the multiselect component.

Example usage:

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

sanchesfree avatar Mar 10 '25 15:03 sanchesfree