Native select works alongside the HTML select element, with additional custom styling and functionality.
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 {}