Dropdown values are not populated in Dynamic Dropdown - Mendix 9.24.31

0
The dynamic dropdown works as expected in Mendix 8.18.33, but the dropdown values are not populated after upgrading to Mendix 9.24.31. In the working version, the following code is generated in the developer tools:   <ul class="mx-dropdown dropdown-menu" style="display: block; top: 466.688px; left: 45px;">  <li tabindex="0" data-id="12" data-roving-tabindex="">    <input type="checkbox" tabindex="-1">    <label>...</label>  </li></ul>   However, this is not found in Mendix 9.24.31. I also tried populating the grid with the values of the dropdown, and the values were shown correctly in the grid.   Please let me know if you have any thoughts on this. Thanks!  
asked
2 answers
0

Hello Banupriya Subramanian,

 

Which widget are you using? 

Because maybe you need to upgrade your widget version as well.

 

Hope this helps,

 

Good luck!

answered
0

Hi Jelle Van Leeuwen, Thanks for the answer!

 

We are using Dropdown-Dynamic widget. Please find the screenshot below.

Dropdown_Screenshot.png 

 

answered