Is your feature request related to a problem? Please describe.
I am building an application that uses virtualized rows where elements have IDs. I do not want LRUD remember which element was selected so I want to prevent the data-focus from being created on the container.
Describe the solution you'd like
It would be useful if the container could have an optional data-no-focus that prevents the container from setting the data-focus attribute at all.
Additional context
None.