firecms icon indicating copy to clipboard operation
firecms copied to clipboard

Integer enum colors not working correctly

Open fgatti675 opened this issue 3 years ago • 0 comments

        background: {
            dataType: "number",  
            name: "Colour",
            enumValues:
                [
                    {
                        id: 4281080974,
                        label: " Blue ",
                        color: "blueDarker"
                    },
                    {
                        id: 4293947270,
                        label: " Cyan ",
                        color: "cyanDarker"
                    },
                ]
        },

fgatti675 avatar Aug 05 '22 10:08 fgatti675