Hi,
{{#if view.details}}
Car Types
{{view view.Select multiple="true" class="design" name="List" contentBinding="view.data" optionLabelPath="content.itemLabel" optionValuePath="content.itemValue" selectionBinding="view.Type"}}
{{/if}}
{{view view.Select multiple="true" class="design" name="List" contentBinding="view.data" optionLabelPath="content.itemLabel" optionValuePath="content.itemValue" selectionBinding="view.Type"}}
{{/if}}
Rendered HTML :
Car Types
CAR
BIke
truck
select multiple with Shift+arrow is not working in IE(10,11). Its working fine in chrome.
Thanks!