'Kivy 1.10. Close the keyboard when TextInput is not selected

I have multiple TextInputs.

Each time I click on a TextInput, a keyboard pops up. I don't want multiple keyboards to pop up. What I want is to have just one keyboard on the screen (corresponding to selected TextInput). I am using "systemandmulti" mode but do not want "docked" mode.

So, I want a floating keyboard but just one and not multiple keyboards simultaneously on one screen. multiple keyboards not needed or recommended for my use

Is it possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source