diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js
index 6a9dcc8..038f18b 100644
--- a/ccp/js/inputwidgetcontroller.js
+++ b/ccp/js/inputwidgetcontroller.js
@@ -12,37 +12,37 @@ class CCPInputWidgetController extends HTMLElement {
if(this.isChecklist()){
const opts = this.#data.schema.enum.join(",")
- this.innerHTML += ``
+ this.innerHTML += ``
} else if(this.isEnum()){
const opts = this.#data.schema.enum.join(",")
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isCode()){
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isDateTime()){
const t = this.#data.schema.format.toLowerCase() === "datetime" ?
"datetime-local" : this.#data.schema.format.toLowerCase()
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isFile()){
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isRemoteFile()){
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isSecret()){
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isBoolean()){
- this.innerHTML += ``
+ this.innerHTML += ``
}else if(this.isNumber()){
- this.innerHTML += ``
+ this.innerHTML += ``
}else{
- this.innerHTML += ``
+ this.innerHTML += ``
}
}
@@ -254,7 +254,7 @@ class CCPBaseInputWidgetController extends HTMLElement{
- ${this.#description}
+ ${atob(this.#description)}