1. The Advanced Dropdown can be used for multipurpose for single selection. There is an option to give the maximum number of items to be displayed in the dropdown list. If you set 10 as max records it will show the first 10 records in the list with "previous" and "next" buttons. If you click on "next" button, it will show the next 10 items, if you click on "previous" button, it will show the previous 10 items.
2. There is an option to show the items numbers in the bottom of the list. But it is optional. If you set max records as 10 it will show "1 to 10 of 100 Items" by default. If you click on next button, it will show the "11 to 20 of 100 items" and so on. If you want you can set this Boolean parameter as true.
3. There is an option to show disabled items in the list. There is separate parameter with list data type to pass the disabled items list. These items we are not able to select from the dropdown list. It will be in disabled mode.
4. There is an option to clear the selected item by clicking on cross icon in the input box.