Give us feedback
multipleselection
Web icon

MultipleSelection

icon_trusted
Stable version 2.0.3 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 01 June 2021 by 
3.5
 (10 ratings)
multipleselection

MultipleSelection

Created on OutSystems 10

Version 1.1.6

Stable
Application Package
Uploaded on 03 May 2019 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Better CSS handling

Removed the demo application from the module.

Version 1.1.5

Stable
Application Package
Uploaded on 31 May 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Bug Fix

Version 1.1.4

Stable
Application Package
Uploaded on 30 May 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Add to pass a set of option values to select multiple options on load. Pass any number of values when the maximumCountSelected option is not used. In case of maximumCountSelected is used make sure to pass same number of option values as maximumCountSelected.

examples:

1. initOptionValues = "8, 10, 1"  and maximumCountSelected is not pass   ---valid

2. initOptionValues = "8; 10; 1"  and maximumCountSelected is not pass   ---Invalid

3. initOptionValues = "8, 10, 1"  and maximumCountSelected = 2   ---Invalid

4. initOptionValues = "8, 10, 1"  and maximumCountSelected = 3   ---valid