dataSourceList property
The list that contains DataSource elements to show in the CustomMultiselectField.
By default, it's initialValue is provided by DataSource.valueList as an empty list.
It's necessary to provide the defaults DataSource.options.labelKey and DataSource.options.valueKey
Implementation
final List<DataSource> dataSourceList;