Closed naholyr closed 6 years ago
I found the solution : add mouse={ true }
and keys={ true }
to enable all the mess :)
That may desserve a line in README ;)
Yup. blessed
is somewhat cryptic at times and its documentation does not help to spot those usual issues.
That may desserve a line in README ;)
Well I will gladly merge a PR ;)
Close ticket?
Here is my sample component:
And the result, as expected:
The only drawback is that there is no interaction, I tried with arrows, mousewheel, vi shortcuts, with or without
vi
property… Nothing moves :( If I addclickable={ true } onClick={ () => console.log('clicked') }
the "clicked" messages appear normally, but still nothing about scrolling or selecting item.Is there some extra configuration I missed?