fix: add color picker to form component
This commit is contained in:
parent
cc36bdc051
commit
285f7faf41
|
|
@ -19,7 +19,7 @@ class FormWidget extends ContainerWidget {
|
|||
label: "Background Color",
|
||||
helpText: "Use a html color name, HEX, RGB or RGBA value",
|
||||
placeholderText: "#FFFFFF / Gray / rgb(255, 99, 71)",
|
||||
controlType: "INPUT_TEXT",
|
||||
controlType: "COLOR_PICKER",
|
||||
isBindProperty: true,
|
||||
isTriggerProperty: false,
|
||||
validation: VALIDATION_TYPES.TEXT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user