PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Support binding drop down directly to form control #192

Closed zbarbuto closed 5 years ago

zbarbuto commented 5 years ago

In some cases in Angular you want to bind directly to a form control on the component rather than using [formControlName] in a [formGroup] context (such as implementing custom ControlValueAccessor components).

This change supports that.