How to make key cursor visible again in kivy text input?
I am learning kivy by doing atm, trying my hand at game scorekeeping app. Making some progress, but a small thing has me stumped: When giving my textbox rounded edges, afterwards I see no more key cursor. As a quick and dirty workaround, I made it so all text is selected on click, but is is still awkward to see no key cursor for when you just want to fix a typo.
Any ideas how I can get it back?