Anyone know how to use the Kendo UI Multiselect so it displays the selected items in a list vertically instead of in-line.
By default it displays it like this:
| [Item 1] [Item 2] [Item 3] |
But I want to display it like this:
| [Item 1] |
| [Item 2] |
| [Item 3] |
Does anyone know how I can achieve this?