nos-forms-jquery

Type

color

Example with all options

{
    "name": "colorexample",
    "id": "colorId",
    "type": "color",
    "label": "Color Picker Example",
    "required": true,
    "title": "Color Picker Example",
    "disabled": false,
    "data": {
        "field": 0,
        "testing": 123,
    },
    "autofocus": false,
    "classname": "",
    "formGroup": true,
    "value": "#E7E7E8"
}

More practical example

{
    "name": "colorexample",
    "type": "color",
    "label": "Color Picker Example",
    "value": "#E7E7E8"
}