Yomguithereal / react-blessed

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

Add focused prop to form in form example so the example works on Windows #75

Closed MrNice closed 6 years ago

MrNice commented 6 years ago

Mouse events don't work on windows for Blessed, so this change ensures that the form field is focused when the example starts.

Yomguithereal commented 6 years ago

Thanks @MrNice. Merging right now.