diff --git a/ccp/js/inputwidgeteditorcontroller.js b/ccp/js/inputwidgeteditorcontroller.js index 6be7eb2..7fdf18a 100644 --- a/ccp/js/inputwidgeteditorcontroller.js +++ b/ccp/js/inputwidgeteditorcontroller.js @@ -116,7 +116,7 @@ class CCPInputWidgetEditorController extends HTMLElement{ this.#input.title = val } else if(ename === "description"){ - this.#input.title = val + this.#input.description = val } else if(ename === "minOccurs"){ this.#input.minOccurs = val