Open JoePittsy opened 3 weeks ago
According to the azure-devops-ui documentation the onActivate event on the Table component should be called on the Enter keystroke or double click, however it is being fired on a single click.
https://developer.microsoft.com/en-gb/azure-devops/components/table#ITableProps%3CT%3E
I originally posted this on https://developercommunity.visualstudio.com/AzureDevOps but they directed me here.
I was able to resolve the issue by setting the singleClickActivation parameter to false.
According to the azure-devops-ui documentation the onActivate event on the Table component should be called on the Enter keystroke or double click, however it is being fired on a single click.
https://developer.microsoft.com/en-gb/azure-devops/components/table#ITableProps%3CT%3E
I originally posted this on https://developercommunity.visualstudio.com/AzureDevOps but they directed me here.