Hi,
I have just updated to the latest version (1.2.3) to make sure this is not fixed. The patch notes suggest this.
I have an issue where I can't disable multiple LazyDropDownSearch (LDDS) widgets that are on screen at the same time. My block looks as follows;
All three dropdowns are LDDS instances. What I have tried is;
All have failed and only the first instance of the widget wil get disabled as expected.
Do you have any suggestion on how to fix this?
Greetings,
Vincent
Hi Vincent,
can you share an oml demonstrating the problem.
Looking at the demo that comes with the asset, there are 3 on the same screen, and the third is disabled.
I have changed this demo so each is disabled by it's own local boolean, and that also works.
Dorine
Issue was in my code. After I showed this problem to my rubber ducky I fixed the problem.