zefoy / ngx-color-picker

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

Invalid Color - input field accepts non-number values #324

Open vuzelac opened 1 year ago

vuzelac commented 1 year ago

As shown on image, I want to restrict input to accept only number on typing. Is there a way for a callback function like onKeyPress or sth?

image

vuzelac commented 1 year ago

It's quite urgent, we want to restrict the user to type any character that is not numerical.

vuzelac commented 1 year ago

Btw this happens on Mozilla

vuzelac commented 1 year ago

@sconix any ideas?