silverstripe-colorpicker icon indicating copy to clipboard operation
silverstripe-colorpicker copied to clipboard

Silverstripe Color Picker

Results 5 silverstripe-colorpicker issues
Sort by recently updated
recently updated
newest added

The colorpicker rectangle doesn't detect **onclick** when you pick a new color. It seems to detect the new selecte color when when **moving** the mouse after clicking. Minor UX issue....

If you try to use `#fff` you will get a `#0011ff` instead, I know that function came from the JS and not on this package. It is possible to change...

Hi, The following will add just a TextField, not a ColorField: ```php class GalleryImageAssetFormFactoryExtension extends Extension { public function updateFormFields(FieldList $fields, $controller, $formName, $context) { $image = isset($context['Record']) ? $context['Record']...

I had to include Entwine to make the field work in frontend: Requirements::javascript(FRAMEWORK_DIR . '/thirdparty/jquery-entwine/dist/jquery.entwine-dist.js');

One day I'll write some tests for this module.