Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JoePittsy opened this issue Oct 29, 2024 · 1 comment
Open

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

JoePittsy opened this issue Oct 29, 2024 · 1 comment

Comments

@JoePittsy
Copy link

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
Copy link

svze commented Nov 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants