I try use spectrum in a form on an input field with id id_color
.
However, selecting a color does not change the value of id_color
. What am I doing wrong?
[edit1]
Seems like the key to the problem is the option showButtons: false
. I would rather like the buttons not to be visible...
[edit2]
Seems like the combination showButtons: false
and flat: true
does not work.
Example here: http://jsfiddle.net/ctkY3/1855/
If this is important: I use Firefox 25.