Add to keep an element in the DOM when element in focus, or other case #878
Unanswered
pan-alexey
asked this question in
Ideas
Replies: 1 comment
-
Yes, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
We are implementing a table with a virtual list and have encountered a problem with keyboard navigation. During scrolling, the element that is currently in focus can be removed from the DOM, causing us to lose focus.
Is there a way to specify that this focused element should not be removed from the DOM tree, so that the browser does not lose focus?
Beta Was this translation helpful? Give feedback.
All reactions