Multiple Select - Vaadin Add-on Directory
An extended version of Vaadin Select supporting multiple-items selection.Multiple Select version 2.1.0
Add API enabling setting the text shown next to extra items count
Multiple Select version 2.2.0
By default, only the first selected value is displayed in the field, with the number of additionally selected values (N) is indicated as "(+N other(s))".
This version adds the possibility of changing this behavior by setting the displayAllSelected property to true, in which case all selected items will be displayed, comma-separated, with ellipsis if more items are present than fits the component.
Multiple Select version 1.1.0
By default, only the first selected value is displayed in the field, with the number of additionally selected values (N) is indicated as "(+N other(s))".
This release adds the possibility of changing this behavior by setting the displayAllSelected property to true, in which case all selected items will be displayed, comma-separated, with ellipsis if more items are present than fits the component.
Multiple Select version 1.1.1
Change to vaadin-core dependency
Multiple Select version 3.0.0
Bump supported Vaadin version to 18, and implement HasHelper
Multiple Select version 3.0.1
Change to vaadin-core dependency