Yomguithereal / react-blessed

A react renderer for blessed.
MIT License
4.45k stars 177 forks source link

Routing issue #113

Open HemTech opened 3 years ago

HemTech commented 3 years ago

We have implemented console app using react blessed. We are using react-route library for routing. I’m able to navigate and set the focus on textbox but if the component has only list control then we are not able to set focus. I have created a minimal reproducible example of this issue.

gitlab.com/Hemendra.patel/react_neo_blessed

Do we have any example of navigation or input control with react app?