You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thanks for your work !
I have a problem with your library since last versions (i don't know exactly wich one).
I use your library with table and use the "old" system, retrieve a ContextMenuTargetId and then i retrieve my element by myself in js.
I can't use the new version where you pass data because i need have the hand on the generated, so i kept the global trigger which include the table.
Now, depend where i click on the table, but sometimes i have ContextMenuTargetId null (which for me was normally impossible). So i can't retrieve my item.
It seem the first time i click on an element, it's OK, but then if i reclick on this element, the ContextMenuTargetId become null
Hi and thanks for your work !
I have a problem with your library since last versions (i don't know exactly wich one).
I use your library with table and use the "old" system, retrieve a ContextMenuTargetId and then i retrieve my element by myself in js.
I can't use the new version where you pass data because i need have the hand on the generated, so i kept the global trigger which include the table.
Now, depend where i click on the table, but sometimes i have ContextMenuTargetId null (which for me was normally impossible). So i can't retrieve my item.
It seem the first time i click on an element, it's OK, but then if i reclick on this element, the ContextMenuTargetId become null
Do you have an explanation for that ?
You will find a repro here : https://github.com/julienGrd/BlazorAppReproBugContextMenu
Good luck !
The text was updated successfully, but these errors were encountered: