zefoy / ngx-color-picker

Color picker widget for the Angular (version 2 and newer)
MIT License
457 stars 143 forks source link

formControlName? #241

Open duzenko opened 4 years ago

duzenko commented 4 years ago

How do I bind this control to the existing angular form?

EmmanuelDgz commented 4 years ago

I need the same (other than using (colorPickerChange)).

<input [(colorPicker)]="formName.value.color">

galvakojis commented 2 years ago

Yes, would be nice to support reactive forms