-
Notifications
You must be signed in to change notification settings - Fork 40
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
Option to turn off keyboard navigation #144
Comments
I’m sorry, but we don’t have support capacity for Stack Overflow type of questions. If it’s not in our documentation or our unit tests then it likely isn’t supported. If it’s not, we’re open to PRs, but we would need a more informative explanation of the value proposition before saying yes to the feature. |
Ok, as a workaround I solved it like this:
|
how did you add onKeyDown to TreeView? i am using typescript and that is not possible. |
try updating the version, works fine for me |
Could |
@alexandrudanpop please open an issue since that’s not what was requested in this issue. Also, we’re open to commits if you’d like to add it. |
I want to use this component in combination with a multiline textfield in a sub node.
But in the textfield when I press the enter key or space key, the onSelect event of the tree triggers this key press event.
Is there a way to turn off keyboard navigation completely in the tree?
The text was updated successfully, but these errors were encountered: