We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

syncfusion trusted companies

Overview

The Angular ComboBox component is a drop-down list with editable textbox that also allows users to choose an option from a predefined pop-up list. It can be used as an alternative to the HTML select tag and has several out-of-the-box features such as data binding, filtering, grouping, cascading, templates, UI customization, pop-up list customization, and more.


Angular Combo Box data binding from different data sources

Data binding

Bind data from different data sources in an array or list of primitive data, JSON data collections, or remote data sources using adapters such as OData, OData V4, URL, JSON, and Web API.

The component uses the Essential JS 2 data manager to manage data, and also has customization options for data requests and processing.


Custom value

The editable combobox allows the entry of a custom value when the option the user searched for is not available in the pop-up list. Also, you can set a value for the combobox or get the selected value from the combobox at any time through the interactive APIs.

Angular ComboBox that allows custom values in the pop-up list


Filtering

The Angular ComboBox provides a built-in filtering support with a rich set of filtering configurations to meet all the application needs.

Angular ComboBox filtering search based on custom algorithm

Custom filtering

Filter queries are customizable, and users can use their own filter libraries to filter data.

Angular ComboBox filtering with diacritic symbol sensitivity

Diacritic sensitivity

The Angular ComboBox component supports diacritic-sensitive search. This behavior can be turned on and off.

Angular ComboBox filtering with case sensitivity and minimum search characters

Filter settings

The filter search can be customized to be case sensitive, and can be performed with the minimum query string characters.


Angular ComboBox Grouping of pop-up list items based on category

Grouping with category

Group the pop-up list items with a corresponding category that makes it easy for users to pick an item quickly from the drop-down, and also improves the visual experience for users.


Autofill

The autofill option allows users to easily search through the options in the combo box. When a user types a query string to search, the available matching options will be filled automatically.

Angular ComboBox autofill option while typing


Cascading combo boxes

The Angular ComboBox component provides an option to create multiple cascading combo boxes. Users can populate the data source of the second ComboBox based on the value selected from the first ComboBox.


Another important combobox feature is templates, which allow you to make custom changes to the header, footer, and list items in the pop-up list to make them look unique.

Styling Angular ComboBox pop-up list with a header template

Header template

Design your own header for the pop-up list using a header template.

Styling Angular ComboBox pop-up list with item template

Item template

Define the appearance of each item in the pop-up list with item templates.

Styling Angular ComboBox pop-up list with footer template

Design your own custom and static footers for the pop-up list using footer templates.


Customizing the UI

Users can customize each part of the combobox based on their application requirements.

Angular bootstrap ComboBox pop-up list with icons

Icons in list items

Each list item can be configured to display a custom icon to improve the component’s readability and appearance.

Angular ComboBox pop-up list custom appearance when no records are found

Empty record

Configure a custom look for the pop-up list when there are no items to display.

Angular ComboBox the pop-up list dimensions customization

Customize dimensions

The dimensions of the pop-up list can be customized to fit the application.


Combo Box Angular with form validation

Forms support

Since the combo box is a form component, it supports HTML forms, template-driven forms (Angular), and reactive forms.


Themes

The Angular ComboBox component supports the built-in themes Material, Bootstrap, Fabric (Office 365), Fluent, Tailwind CSS, and high contrast. Users can customize these built-in themes or create new themes to achieve their desired look and feel by either simply overriding SASS variables or using our Theme Studio application.

Combobox Material Angular

Mobile responsive UI

The Angular ComboBox component supports a responsive mode that provides an adaptive, redesigned UI appearance for mobile devices.


Web accessibility

  • Fully supports WAI-ARIA accessibility guidelines to work with screen readers and assistive devices.

  • Follows WAI-ARIA best practices for implementing keyboard interaction.

  • Designs the UI visual elements such as foreground color, background color, line spacing, text, and images based on WCAG 2.0 standard.

  • Supports right-to-left (RTL) direction for users working with RTL languages like Hebrew, Arabic, or Persian.


Developer friendly APIs

Developers can customize all UI elements and control their behaviors according to the end user’s requirements using its rich set of client-side APIs.


Angular ComboBox Code Example

Easily get started with the Angular ComboBox using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular ComboBox Example that shows you how to configure the combobox in Angular.

<div class="control-section">
    <ejs-combobox id='games' [dataSource]='data' ></ejs-combobox>       
</div>
import { Component } from '@angular/core';
import { ComboBoxComponent } from '@syncfusion/ej2-angular-dropdowns';
@Component({
    selector: 'app-root',
    // specifies the template string for the ComboBox component
    template: `<ejs-combobox id='games' [dataSource]='data'></ejs-combobox>`
})
export class AppComponent {
    constructor() {
    }
    // defined the array of data
    public data: string[] = ['Cricket', 'Football', 'Rugby', 'Snooker', 'Tennis'];
}

Other supported frameworks

ComboBox is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different ComboBox platforms from the links below,




85+ ANGULAR UI COMPONENTS

Frequently Asked Questions

The Syncfusion Angular ComboBox provides the following:

  • A great alternative to the HTML select tag, with a modern look and feel.
  • Editable combobox with advanced features, including auto suggestion, grouping, sorting, filtering and more.
  • Supports complete customization of the UI and pop-up list through different template options.
  • Industry-standard themes are included: Material, Fabric, Fluent, and Bootstrap.
  • One of the best Angular ComboBox in the market that offers feature-rich UI to interact with the software.
  • Supports all modern browsers.
  • Simple configuration and API.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with Angular ComboBox.

You can find our Angular ComboBox demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version
Download Free Trial No credit card required.

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile