Commit a94cdbeb authored by David Stutz's avatar David Stutz

Updated readme and demos.

parent 6ab9e048
...@@ -120,7 +120,7 @@ The value by which the select all option is identified. ...@@ -120,7 +120,7 @@ The value by which the select all option is identified.
**enableFiltering** **enableFiltering**
Define if a text input should be created to filter results. Note that 'select all' option will select all **FILTERED** options. Default is false. Define if a text input should be created to filter results. Note that 'select all' option will select all **FILTERED** options. Default is false. When given an integer the filter will only be shown if the number of options exceeds the given number.
**enableCaseInsensitiveFiltering** **enableCaseInsensitiveFiltering**
...@@ -128,7 +128,7 @@ Define case insensitive text input filtering. Default is false. ...@@ -128,7 +128,7 @@ Define case insensitive text input filtering. Default is false.
**filterPlaceholder** **filterPlaceholder**
Define the placeholder for the text input above. Note that 'select all' option will select all **FILTERED** options. Default is false. Define the placeholder for the text input of the filter.
**filterBehavior** **filterBehavior**
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
$('#example28').multiselect({ $('#example28').multiselect({
includeSelectAllOption: true, includeSelectAllOption: true,
enableFiltering: true, enableFiltering: 1,
maxHeight: 150 maxHeight: 150
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment