adding loadDropdownOptions to text field controls

This commit is contained in:
Fernando Ontiveros
2025-08-28 11:37:40 -04:00
parent 9cfc5424da
commit b00d2745e0

View File

@@ -91268,7 +91268,7 @@ FormDesigner.leftPad = function (string, length, fill) {
if (type === FormDesigner.main.TypesControl.text) { if (type === FormDesigner.main.TypesControl.text) {
this.pf = ["type", "variable", "var_uid", "dataType", "protectedValue", "id", "name", "label", "tabIndex", this.pf = ["type", "variable", "var_uid", "dataType", "protectedValue", "id", "name", "label", "tabIndex",
"defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "textTransform", "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"]; "dbConnectionLabel", "sql", "memoryCache"];
if (this.owner instanceof FormDesigner.main.FormItem) { if (this.owner instanceof FormDesigner.main.FormItem) {
this.operation.type = "hidden"; this.operation.type = "hidden";