Combobox
@xngui/components/combobox@xngui/components/comboboxSearchable select with typeahead filtering.
Preview
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.