Superset of HTML select box contains specific features such as data binding, grouping, sorting, filtering, and templates.
Note: This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers..
Use the following command to install drop-down components and its dependent packages
npm install @syncfusion/ej2-react-dropdowns
- DropDownList - A textbox component that allows users to select a non-editable single value from the list of predefined values.
- ComboBox - A textbox component that allows users to type a value or choose an option from the list of predefined options.
- Autocomplete - A textbox component that provides a list of suggestions to select based on the text typed by the users.
- MultiSelect - A textbox component that allows users to type or choose multiple values from the list of predefined options.
Drop-down components also supports the following frameworks:
-
Expanse Tracker (Live Demo)
-
Loan Calculator (Live Demo)
-
Web Mail (Live Demo)
-
DropDownList
- Data binding: Binds and accesses the list of items from the local or server-side data source.
- Grouping: Groups the logically related items under a single or specific category.
- Sorting: Sorts the list items in alphabetical order (either ascending or descending).
- Filtering: Filters the list items based on a character typed in the search box.
- Templates: Customizes the list items, selected value, header, footer, category group header, and no records content.
- Accessibility: Provided with built-in accessibility support used to access all the DropDownList component features using keyboard, screen readers, or other assistive technology devices.
-
ComboBox
- Data binding: Binds and accesses the list of items from local or server-side data source.
- Custom values: Sets user-defined values that is not in the pop-up list.
- Grouping: Groups the logically related items under a single or specific category.
- Sorting: Sorts the list items in alphabetical order (either ascending or descending).
- Filtering: Filters the list items based on a character typed in the component.
- Templates: Customizes the list items, selected value, header, footer, category group header, and no records content.
- Accessibility: Provided with built-in accessibility support that helps to access all the ComboBox component features using the keyboard, screen readers, or other assistive technology devices.
-
AutoComplete
- Data binding: Binds and accesses the list of items from local or server-side data source.
- Grouping: Groups the logically related items under a single or specific category.
- Sorting: Sorts the list items in alphabetical order (either ascending or descending).
- Highlight search: Highlights the typed text in the suggestion list.
- Templates: Customizes the list item, header, footer, category group header, no records, and action failure content.
- Accessibility: Provided with built-in accessibility support that helps to access all the AutoComplete component features using keyboard, on-screen readers, or other assistive technology devices.
-
MultiSelect
- Data binding: Binds and accesses the list of items from local or server-side data source.
- Grouping: Groups the logically related items under a single or specific category.
- Templates: Customizes the list items, selected value, header, footer, category group header, and no records content.
- Sorting: Sorts the list items in alphabetical order (either ascending or descending).
- Filtering: Filters the list items based on a character typed in the search box.
- Custom value: Allows users to select a new custom value.
- Accessibility: Provided with built-in accessibility support that helps to access all the DropDownList component features using the keyboard, screen readers, or other assistive technology devices.
Product support can be obtained through the following mediums:
- Creating incident in Syncfusion Direct-trac support system or Community forum.
- New GitHub issue.
- Ask your query in Stack Overflow with tag ‘syncfusion’, ‘ej2’.
Check the license details here.
Check the changelog here
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.