GitHub

Native select

The native select component allows a native HTML select element to work with the form field component.

Components

import { DaffNativeSelectComponent } from '@daffodil/design/native-select'

DaffNativeSelectComponent provides the same functionality as a native <select> and contains custom styling and functionality.

@Component()
class DaffNativeSelectComponent extends DaffFormFieldControl<string> implements DaffFormFieldControl<string>, OnInit {}