mapbox / react-colorpickr

A themeable colorpicker with HSL and RGB support for React

Home Page:https://labs.mapbox.com/react-colorpickr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paste hex color with leading hash

andrewharvey opened this issue · comments

When copying hex codes to the clipboard in some applications they may have the hash included, #4163fb. When pasted here, the leading hash means they end up as black.

react-colorpickr should silently drop the hash in this case.