Skip to content

Native select

Deprecated
@xngui/components/native-select
@xngui/components/native-select

Styled native HTML select element.

Preview

Native HTML select for simple lists.

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

Events

Interact with the preview — events will appear here.