Widget extension - updateSelection is not working
Hi PTC community
I'm developing a dropdown widget where i'm testing when you select an option on dropdown, the "selected row(s)" should be triggered and populate a bounded widget with the options selected:

But i'm using the fun updateSelection as solutionsDropdown.updateSelection('Data', [0]), where solutionsDropdown is my widget and it's not working.
I'm using typescript along with template provided by PTC on github.
Do you have ideias?
Looking forward for your answer,
Thanks a lot.
Frederico Silva

