typedInput: is it possible to add a color type?

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 ...

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.