Results 9 comments of cocode32

This approach seems to work 100% and fixes the issue 👍 :) thanks @nyvio. I hope the author can pull this in soon

I am actually still experiencing the same bug even with these changes 😟. It just seems like chrome doesn't care. And it still wants to suggest auto fill based on...

Chrome version is identical @ 73.0.3683.86. So the problem that we have is we have multiple of these dropdowns across the system and it seems like it might need to...

I'm not sure how to apply the label - `Help Wanted`

I actually tried the following: ``` // create resultTree as TreeModel this.tree = resultTree setTimeout(() => { const controller = this.treeComponent.getControllerByNodeId(lastNodeNumber); controller.expandToParent() }, 5000); ``` But the controller is still...

I haven't found a solution to this yet. I think that some changes are required from the library

I will give this a try and revert back if there is still a problem

Unfortunately I have not yet been able to test the suggested approach in our current project. Once I get to test the suggested approach, I will revert back.

I see that with the latest version of Sequlize, the docs do reflect now that CLS does not work with unmanaged transactions https://sequelize.org/docs/v7/querying/transactions/#unmanaged-transactions With this being the case though, how...