Home > @infiniteobjects/core-library-web > BrowserSupport > colorPicker
Checks if the browser supports the color-picker element
Signature:
static colorPicker(): boolean;
Returns:
boolean
According to the color-picker spec the color-picker element will sanitize the color value https://html.spec.whatwg.org/multipage/input.html#color-state-(type=color)