stack

Home > @infiniteobjects/core-library-web > BrowserSupport > colorPicker

BrowserSupport.colorPicker() method

Checks if the browser supports the color-picker element

Signature:

static colorPicker(): boolean;

Returns:

boolean

Remarks

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)