Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $('select[multiple]').multiselect( 'loadOptions', [{
| - placeholder | string | Select options | default text for dropdown |
| - search | string | Search | search input placeholder text |
| - searchNoResult | string | No results | search results not found text |
| - selectedOptions | string | selected | selected suffix text |
| - selectedOptions | string | selected | text suffix for selected items, supports templating (e.g., #cnt# can be used as a placeholder for the count of selected items). |
| - selectAll | string | Select all | select all text |
| - unselectAll | string | Unselect all | unselect all text |
| - noneSelected | string | None Selected | None selected text |
Expand Down