adding loadDropdownOptions to text field controls
This commit is contained in:
@@ -91268,7 +91268,7 @@ FormDesigner.leftPad = function (string, length, fill) {
|
||||
if (type === FormDesigner.main.TypesControl.text) {
|
||||
this.pf = ["type", "variable", "var_uid", "dataType", "protectedValue", "id", "name", "label", "tabIndex",
|
||||
"defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "textTransform",
|
||||
"validate", "validateMessage", "maxLength", "formula", "mode", "operation", "dbConnection",
|
||||
"validate", "validateMessage", "maxLength", "formula", "loadDropdownOptions", "mode", "operation", "dbConnection",
|
||||
"dbConnectionLabel", "sql", "memoryCache"];
|
||||
if (this.owner instanceof FormDesigner.main.FormItem) {
|
||||
this.operation.type = "hidden";
|
||||
|
||||
Reference in New Issue
Block a user