Old isValidInputColor check no longer works because some values are now valid colors. They aren't valid for the color input type, however.
Need to determine how to handle the color input
- Should I remove the color input altogether?
- Should I separate the alpha value from a selected color and set that value as the value for
input[type=color]?
- Should I add alpha support for swatches?
- Support more color formats?
Old
isValidInputColorcheck no longer works because some values are now valid colors. They aren't valid for thecolorinput type, however.Need to determine how to handle the color input
input[type=color]?isAlphacheck?