# Key Features

## Content



The MultiAutoComplete control provides various features that enable the developers to build intuitive and professional-looking applications.

*   **Maximum Selected Items**<br />MultiAutoComplete allows you to set the maximum number of items that can be selected in the control. Set the property to **null** to select any number of items in MultiAutoComplete.<br /><br />
*   **Maximum Items Displayed**<br />MultiAutoComplete allows you to control the number of items that are displayed in the dropdown.<br /><br />
*   **Set Header Path**<br />MultiAutoComplete allows you to distinguish the value displayed in the input element from the values shown in the drop-down list.<br /><br />
*   **List Items Dynamically**<br />MultiAutoComplete allows you to set a function that helps the control to provide list items dynamically as the user types the string.<br /><br />