Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-dropdowns

Package Overview
Dependencies
5
Maintainers
2
Versions
325
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-dropdowns

Essential JS 2 DropDown Components


Version published
Weekly downloads
95K
decreased by-20.13%
Maintainers
2
Created
Weekly downloads
 

Package description

What is @syncfusion/ej2-dropdowns?

@syncfusion/ej2-dropdowns is a comprehensive package for creating dropdown components in web applications. It provides a variety of dropdown elements such as ComboBox, AutoComplete, DropDownList, and MultiSelect Dropdown, which are highly customizable and easy to integrate.

What are @syncfusion/ej2-dropdowns's main functionalities?

ComboBox

The ComboBox component allows users to select an item from a dropdown list or enter their own value. It supports data binding, filtering, and custom templates.

const comboBox = new ej.dropdowns.ComboBox({ dataSource: ['Apple', 'Banana', 'Cherry'], placeholder: 'Select a fruit' }); comboBox.appendTo('#comboBox');

AutoComplete

The AutoComplete component provides suggestions while typing into the input field. It supports data binding, filtering, and custom templates.

const autoComplete = new ej.dropdowns.AutoComplete({ dataSource: ['Apple', 'Banana', 'Cherry'], placeholder: 'Type to search' }); autoComplete.appendTo('#autoComplete');

DropDownList

The DropDownList component allows users to select an item from a predefined list. It supports data binding, filtering, and custom templates.

const dropDownList = new ej.dropdowns.DropDownList({ dataSource: ['Apple', 'Banana', 'Cherry'], placeholder: 'Select a fruit' }); dropDownList.appendTo('#dropDownList');

MultiSelect Dropdown

The MultiSelect Dropdown component allows users to select multiple items from a dropdown list. It supports data binding, filtering, and custom templates.

const multiSelect = new ej.dropdowns.MultiSelect({ dataSource: ['Apple', 'Banana', 'Cherry'], placeholder: 'Select fruits' }); multiSelect.appendTo('#multiSelect');

Other packages similar to @syncfusion/ej2-dropdowns

Readme

Source

DropDownList

The DropDownList component contains a list of predefined values, from which the user can choose a single value. The functionality of DropDownList resembles the SELECT form element of HTML. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values, from which the user can select one.

Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.

Key features

  • Local and Remote Data Binding
  • Grouping & Sorting support
  • Template support
  • Incremental search & filter search support
  • Accessibility and Keyboard interaction

Resources

Demo
Documentation
AngularDemo
AngularDocumentation ReactDemo
ReactDocumentation

ComboBox

The ComboBox component allows the user to type a value or choose an option from the list of predefined options. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values, from which the user can select one.

Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.

Key features

  • Local and Remote Data Binding
  • Custom value support
  • Autofill support
  • Grouping & Sorting support
  • Template support
  • Filter search support
  • Accessibility and Keyboard interaction

Resources

Demo
Documentation
AngularDemo
AngularDocumentation ReactDemo
ReactDocumentation

AutoComplete

The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.

Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.

Key features

  • Local and Remote Data Binding
  • Custom value support
  • Autofill support
  • Grouping & Sorting support
  • Template support
  • Accessibility and Keyboard interaction

Resources

Demo
Documentation
AngularDemo
AngularDocumentation ReactDemo
ReactDocumentation

MultiSelect

The MultiSelect component contains a list of predefined values from which a multiple value can be chosen. The functionality of MultiSelect resembles the SELECT form element of HTML.

Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.

Key features

  • Local and Remote Data Binding
  • Custom value support
  • Filter search support.
  • Grouping & Sorting support
  • Template support
  • Accessibility and Keyboard interaction

Resources

Demo
Documentation
AngularDemo
AngularDocumentation ReactDemo
ReactDocumentation

FAQs

Last updated on 29 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc