tinyColorPicker icon indicating copy to clipboard operation
tinyColorPicker copied to clipboard

Changing the color picker background color with customBG does not take effect

Open onet4 opened this issue 9 years ago • 1 comments

Hello,

It seems the customBG option does not take effect.

<!DOCTYPE html>
<html>
<head>
    <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="../jqColorPicker.min.js"></script>
</head>
<body>
    <div id="content-wrapper">

        <input class="color" value="#B6BD79" />     
        <script>
        $('.color').colorPicker({
            customBG: '#FFF' 
        });
        </script>

    </div>
</body>
</html>

#444 gets always applied instead.

Am I missing something?

onet4 avatar Jun 11 '16 09:06 onet4

@onet4 I just made PR for this issue

saiqulhaq avatar Jul 03 '16 05:07 saiqulhaq