KroneCorylus / ngx-colors

Simple yet elegant Material color picker for Angular
https:\\ngx-colors.web.app
MIT License
88 stars 24 forks source link

An option to prevent from accepting color names #114

Open jobejas opened 4 months ago

jobejas commented 4 months ago

Is there a way to prevent from entering color names?

Screenshot 2024-07-02 at 10 22 53 AM

KroneCorylus commented 3 months ago

Hi, currently no. you could validate your control with the validColorValidator or some regex.