From ccd75c7e6e7c27afec46081d2f44ff2658cb2f2e Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 13 Dec 2023 19:07:56 +0100 Subject: [PATCH] changed description to textarea and show it without trigger --- ccp/js/inputwidgetcontroller.js | 5 ++++- ccp/js/inputwidgeteditorcontroller.js | 4 +++- ccp/js/outputwidgeteditorcontroller.js | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index 41eb7db..87a027d 100644 --- a/ccp/js/inputwidgetcontroller.js +++ b/ccp/js/inputwidgetcontroller.js @@ -246,13 +246,16 @@ class CCPBaseInputWidgetController extends HTMLElement{
${this.required ? `*` : ``} ${this.title} - ? +
+
+
diff --git a/ccp/js/inputwidgeteditorcontroller.js b/ccp/js/inputwidgeteditorcontroller.js index 26a79e8..5994641 100644 --- a/ccp/js/inputwidgeteditorcontroller.js +++ b/ccp/js/inputwidgeteditorcontroller.js @@ -78,7 +78,9 @@ class CCPInputWidgetEditorController extends HTMLElement{
- +