You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Wow, that's a great point. I've never thought about it.
The VirtualizedLists won't, because we never considered it. Default focus will be on the leftmost element 😬
What defines the spatial layout is the rendering order in the tree. So, if you invert the layout using CSS, it won't work ❌ If you invert the layout through JS by reversing the lists, it should work ✅
We'll have to work on this eventually. PRs are welcome 👍
Is the project ready for RTL, when switching to RTL will the lists be switched and the focus will be from right to left?
The text was updated successfully, but these errors were encountered: