Deprecation: #97271 - Global Color Picker initialization
See forge#97271
Description
Initializing all color pickers (via the t3js-
class) at
once by invoking Color
without passing an element
has been marked as deprecated.
Impact
Initializing all datetime pickers at once will trigger a deprecation warning in the browser's console.
Affected Installations
All 3rd party extensions calling Color
without any
arguments are affected.
Migration
Initialize the color picker by passing an HTMLElement
to the
Color
method.