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.