From e0144fcec7abd6470afe5a4b64fd95cc95a6ba90 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 19 Aug 2021 15:32:47 -0600 Subject: [PATCH] Fix dialog not displaying set value --- api/js/etemplate/Et2Textbox.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/js/etemplate/Et2Textbox.ts b/api/js/etemplate/Et2Textbox.ts index cc464f6e77..d4638a2cf7 100644 --- a/api/js/etemplate/Et2Textbox.ts +++ b/api/js/etemplate/Et2Textbox.ts @@ -31,7 +31,6 @@ export class Et2Textbox extends Et2InputWidget(Et2Widget(LionInput)) { return { ...super.properties, - value: {attribute: true}, onclick: {type: Function} } }