refactor to use store for storing events

This commit is contained in:
2022-05-17 16:57:31 +02:00
parent 9ceb66e2da
commit f68c69d443
11 changed files with 373 additions and 147 deletions

View File

@@ -24,8 +24,6 @@ function loadDynamicPicker(element) {
null : [ JSON.parse(input.value) ]
)
;
console.log('picked at startup', picked);
console.log('input', input);
if (!isMultiple) {
if (input.value === '[]'){