Peter Dematté
Peter Dematté
Hi @lessonpix again, I just experimented with the memory patches ... ``` javascript var colors = jsColorPicker('input.color', { memoryColors: [ {r: 100, g: 200, b: 10, a: 0.6}, {r: 80,...
@lessonpix , about your trouble initializing `jqColor.js`: this is only the implementation, not the whole thing. `jQueryColorPicker.min.js` is the whole thing including everything. Here an example: ``` HTML colorPicker jQuery...
Hi @lessonpix , unfortunately there is no option to disable this but with a little hack on `actionCallback` it's possible in a quite fast way: ``` javascript var memoryColors =...
This doesn't seem to be a bug but wrong expectations: JavaScript and Handlebars are not the same and therefore don't work the same. A scope in Handlebars means something different...
@jaylinski It seems like an edge-case when you use `@root` or let the context be just a simple Array, but the problem is not about this scope but the data...
This bug is obviously being introduced by the version `4.x.x` (`v4.0.1` ... `v4.7.7`) as it works fine in `3.0.8`.