Alexander
Alexander
- Fix issue #57 - Fix issue #47 - Added _right_ and _justify_ alignment - Changed the README.md file
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#', } }); ```
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...