From 6dfc74f78247c82308d2c76b91f608c0f801cab1 Mon Sep 17 00:00:00 2001 From: Jaime Pastor Date: Thu, 21 May 2020 16:41:24 +0200 Subject: [PATCH 1/3] Fix multiple selector attributes to avoid inconsistencies --- src/components/choicesjs-stencil/choicesjs-stencil.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/choicesjs-stencil/choicesjs-stencil.tsx b/src/components/choicesjs-stencil/choicesjs-stencil.tsx index 603d367..c40cbc8 100644 --- a/src/components/choicesjs-stencil/choicesjs-stencil.tsx +++ b/src/components/choicesjs-stencil/choicesjs-stencil.tsx @@ -239,7 +239,7 @@ export class ChoicesJSStencil implements IChoicesProps, IChoicesMethods { break; case 'multiple': this.element = - { this.value ? this.createSelectOptions(this.value) : null } ; break; From af736a6d569adf8b5d9e703982f8b77be3376d58 Mon Sep 17 00:00:00 2001 From: Jaime Pastor Date: Thu, 21 May 2020 16:42:03 +0200 Subject: [PATCH 2/3] Update public demo --- index.html | 125 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 115 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 08cbbc8..2a9e494 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +