Reputation: 6661
In kivy, is there a way to use an input form that [in Android] pops-up the number-only keyboard?
Upvotes: 5
Views: 10354
Reputation: 5947
Did you try looking at the doc?
https://kivy.org/doc/stable/api-kivy.uix.behaviors.focus.html#kivy.uix.behaviors.focus.FocusBehavior.input_type ?
Upvotes: 4