-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
It doesn't works with repeatable groups, to reflect the function cmb.newRowHousekeeping() in CMB2 javascript's (that resets color pickers before to append in a new row), is required to add the html class .cmb2-colorpicker to the color picker input field.
So in jw-cmb2-rgba-colorpicker.php
echo $field_type_object->input( array(
'class' => 'cmb2-colorpicker color-picker', // instead color-picker only
'data-default-color' => $field->args( 'default' ),
'data-alpha' => 'true'
) );Metadata
Metadata
Assignees
Labels
No labels