Commit 66a60cbe authored by Luís Rudge's avatar Luís Rudge

describing knockout behaviour

parent 8ada7d15
......@@ -42,7 +42,7 @@
<br />
<span data-bind="text: ko.toJSON(items())" />
</td>
<td>Normal select. The plugin will do single selection using radio buttons rather than multiple selection using checkboxes.
<td>Basic knockout multiselect example with select all options enabled. Notice that once an item is added to the collection, the select all option isn't checked anymore because it isn't true anymore.
</td>
</tr>
</table>
......
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