valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

(feature): Add ControlValueAccessor directive to make forms usage easier #650

Open DethAriel opened 7 years ago

DethAriel commented 7 years ago

With ControlValueAccessor one could take advantage of [(ngModel)] stuff, including control "pristine/touched" statuses.

Basically, this feature request is about making <ng-select> much more similar to native `