rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
11.11k stars 576 forks source link

Dropdown widget does not indicate visually when it is in focus #1029

Closed matthewparsons closed 2 weeks ago

matthewparsons commented 1 month ago

I'm not certain whether this behavior existed before, but when I navigate to a dropdown, there is not visual indication that it's in focus (e.g. InputField has a cursor). Should this be the case, or is there a way I can create this behavior?

rivo commented 2 weeks ago

This is related to #1026. I'm closing this issue because the rewrite announced in this other issue will include an "active style" which is what you're asking for.

matthewparsons commented 6 days ago

Thank you very much. Really really appreciate all your hard work, @rivo!