mdbassit / Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible.
https://coloris.js.org/examples.html
MIT License
443 stars 58 forks source link

Feature request: Add a way to update color on hex color change #90

Closed adamscott closed 1 year ago

adamscott commented 1 year ago

It would be nice if there was a way to update the color on hex color change.

Currently, as shown in the image below, the color will only update on "Enter" or if the widget loses the focus.

image

mdbassit commented 1 year ago

The way this color picker is implemented will make that hard to do in an efficient way. Sorry!