Directive to create an option in the select dropdown.
<dui-select> <dui-option value="1">Option 1</dui-option> </dui-select>
Chosen: a
<dui-select>
(source)[(ngModel)]
or formControlName
with it. <dui-option>
(source)Directive to create an option in the select dropdown.
<dui-select> <dui-option value="1">Option 1</dui-option> </dui-select>
<dui-option-separator>
(source)Directive to create a separator in the select dropdown.
<dui-select> <dui-option value="1">Option 1</dui-option> <dui-option-separator></dui-option-separator> <dui-option value="2">Option 2</dui-option> </dui-select>