Mischback / colorizer

A simple web-based colorscheme builder which focuses on contrast values.
https://mischback.github.io/colorizer/
MIT License
1 stars 0 forks source link

Fix color inputs #49

Open Mischback opened 1 year ago

Mischback commented 1 year ago

There is a issue with adding colors, if one of the form fields (<input type="text" ...>, usually this is for a Hue component) has the value NaN.

While this is semantically correct (the Hue component is powerless under certain conditions), the form does not validate and is not submittable.

Possible Fixes