single-select-dropdown-with-advanced-options
Reactive icon

Single Select Dropdown With Advanced Options

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 22 Jun (4 weeks ago)
 by 
Eone Technologies
0.0
 (0 ratings)
single-select-dropdown-with-advanced-options

Single Select Dropdown With Advanced Options

Documentation
1.0.0

1. Take dependency of the "Dropdown" web block from the “AdvancedDropdown_Lib” module

2. Use the block in the container to set the width as per requirement.

3. Pass the value for mandatory input parameter "MaxRecords" to set the number of Items to show in the list.

4. Pass the value for mandatory input parameter "DropdownItemList" to show the list of items to be displayed in the dropdown.

5. If you want Pass the value for non-mandatory input parameter "DisabledList" to set the disabled items in the dropdown list.

6. If you want to display the items numbers in the bottom of the list to can set as "true" for the Boolean parameter "IsDispalyNumberOfItems". By default it will be false.