pahonski

Results 22 comments of pahonski

Thank you! But i create the sidebar component when my main component render. I do this because key-navigation doesn't work correct with many dynamic elements. I forced create all my...

When i used forseFocus props, it works. ![Снимок экрана 2019-03-21 в 18 00 22](https://user-images.githubusercontent.com/24761647/54761529-523f3e00-4c03-11e9-9953-1478e573047c.png) But when i clicked UP, focus went on the first element, not on the third.

Sorry, i don't understand how it works. ``` {this.state.dynamicInsert && } ``` In example which i found in the issue#3 it doesn't work.

But i need one horizontal list which include 2 vertical lists. The first list for seasons and the second for the series. When i remove Vertical list it doesn't work...

https://youtu.be/bSeYduApEc4 I attached video with problem.

I'm looking forward to fix this problem.

Hello, i have new problem with focusable elements after update. I try to explain it soon. But old problem with correct KEY UP and KEY DOWN isn't fixed.

https://youtu.be/mCmKylez4s4 Now i can't switch to window with PLAY button when i press KEY_UP. ![Снимок экрана 2019-03-24 в 10 25 53](https://user-images.githubusercontent.com/24761647/54876350-8abb6380-4e1f-11e9-8d9e-c3c74140b3b9.png) This element doesn't dynamic. It has diplay:none. When data...

https://youtu.be/t7VmV8o5dCo In this video i compare version 9 and 11

I noticed that the focus is lost when the component is updated. In my case it happened when i get new data from redux. It starts to work incorrectly.