|
|
@ -169,6 +169,11 @@ export function makeDatasourceFormComponents(datasource) { |
|
|
optionsSource: "schema", |
|
|
optionsSource: "schema", |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
if (fieldType === "longform") { |
|
|
|
|
|
component.customProps({ |
|
|
|
|
|
format: "auto", |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
if (fieldType === "array") { |
|
|
if (fieldType === "array") { |
|
|
component.customProps({ |
|
|
component.customProps({ |
|
|
placeholder: "Choose an option", |
|
|
placeholder: "Choose an option", |
|
|
|