zefoy / ngx-color-picker

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

Make it work as formField element #336

Open rbalet opened 1 year ago

rbalet commented 1 year ago

This library would be amazing if it would work with mat-form-field

Like

      <mat-form-field>
        <mat-label>Color</mat-label>
        <input
          name="color"
          formControlName="color"
        />
      </mat-form-field>

Additional

Could work like this library

Here for the documentation

I could implement it if wished :)

em843 commented 1 month ago

This would be amazing!