Selection
The Kendo UI for Vue Native ListBox enables the user to select a single or multiple items.
Setup
The selection requires defining the selectedField prop. The value of the selectedField
prop will determine if the item will be selected.
The selected information is also used to transfer items between multiple lists.
Basic Usage
The following example demonstrates how to setup the selection in the ListBox.