Posted 30 May 2019, 9:55 am EST
Hi Guys,
I’m currently working with the wijmo multiSelect component.
Sometimes when the checkedChange event occurs I need to change the div’s class in which the multi select resides in from span4 to span3.
The problem i have with this is that even though the multiselect is affected by the class change, the dropdow is not. What happes is that (a) the dropdown remains open in the same position even though the multiselect has moved away, and (b) its width is the same as of a span4.
One work around for (a) is calling the wjMultiSelect event refresh(true). This helps resolving (a) however not (b), and leads to a pretty annoying behavior to the user in which every time an item is selected the dropdown is closed.
Is there any workaround for this problem?
I´ll attach a file in order to be more explainatory.
Thanks in advance.
Regards,
Guido