From 49407a59a091d2712f7225f03c2916e9574b29ef Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 9 Oct 2023 13:31:31 +0200 Subject: [PATCH] tolerant to string true/false --- ccp/js/inputwidgetcontroller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index 5bc1255..892629f 100644 --- a/ccp/js/inputwidgetcontroller.js +++ b/ccp/js/inputwidgetcontroller.js @@ -407,7 +407,7 @@ class CCPBooleanInputWidgetController extends CCPBaseInputWidgetController{ if(this.value.length <= 1){ return `
- +
` } @@ -415,7 +415,7 @@ class CCPBooleanInputWidgetController extends CCPBaseInputWidgetController{ this.value.map((c,i)=>{ return `
- +
` }).join("\n")