itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 367 forks source link

Having the input hex value in lower case does not set the picker color #333

Open johnreaume opened 3 years ago

johnreaume commented 3 years ago

Having the input hex value in lower case does not set the picker color

Expected behavior

Color to match value in any case

Actual behavior

Color is #000000

Now I understand I could force the case to upper before setting the input... but figure why since case is not an issue in hex colors on any browser