angular2-mdl-ext
angular2-mdl-ext copied to clipboard
reactive forms mdl-select support
If possible I'd like that mdl-support will support reactive forms.
you can wrap select with control value accessor and get support for reactive forms
Should this issue be closed? It looks like mdl-select is implementing ControlValueAccessor
Documentation already states the support for reactive forms with an example. See first example on http://mseemann.io/angular2-mdl-ext/select I use it in a reactive form in my own application.