Hi,
is it possible to add a color type to the typed input widget utilizing the <input type:"color">
? I tried without success
$(".node-input-option-fill").typedInput({
types: [{value:"color",label:"Color",icon:"palette_black.png"},"json"]
});
But this would be too easy ...