Skip to content

Combobox

@xngui/components/combobox
@xngui/components/combobox

Searchable select with typeahead filtering.

Preview

Type to filter options.

Value:

import { Component } from '@angular/core';
import { XCombobox } from '@xngui/components/combobox';
import { XForm } from '@xngui/components/form';
import { XFormField } from '@xngui/components/form-field';
 
@Component({
selector: 'app-example',
imports: [XCombobox, XForm, XFormField],
templateUrl: './combobox.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.