+ Add post
Hello All,
We noticed a bug in the add-on MultiChoice. The process to replicate the issue is the following:
Like
Hi Chris,
I've experienced this same issue. There's problems if you have two of these on the same page - I started looking into workarounds...MoreLess
I found resolution, file: MultiChoiceMixin, method: loadMultiChoiceColumns, replace row
viewModel.set(columnName, rowsItems);
with
viewModel...
MoreLess