23
Views
2
Comments
[LazyDropdownSearch] Disabling fails when more then one instance is on screen
lazydropdownsearch
Reactive icon
Forge asset by Steven Decock
Application Type
Reactive

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;

  1. Set Enabled to False via an Expression (Id = Null)
  2. Set Enabled to False via one (1) variable (IsLDDSEnabled)
  3. Set Enabled to False via three separate variables (one per instace)

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

2021-09-06 15-09-53
Dorine Boudry
 
MVP

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

2020-09-21 08-42-47
Vincent Koning

Issue was in my code. After I showed this problem to my rubber ducky I fixed the problem. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.