GitHub

Native select

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

Overview

The native select component has the same functionality as a native HTML <select> element, with additional custom styling and functionality. It cannot be used by itself and must be contained within a DaffFormFieldComponent.

Examples

Disabled select

Select with error messages

The select in this example uses the ReactiveFormsModule to display errors.

Select with hint

The select in this example has a hint.

Loading select