microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
246 stars 165 forks source link

azure-devops-ui ITableProps onActivate triggers on single click #179

Open JoePittsy opened 3 weeks ago

JoePittsy commented 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 Image

Image

I originally posted this on https://developercommunity.visualstudio.com/AzureDevOps but they directed me here.

svze commented 3 weeks ago

I was able to resolve the issue by setting the singleClickActivation parameter to false.