Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for predictive text #1

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Fix for predictive text #1

merged 1 commit into from
Dec 31, 2023

Conversation

jooray
Copy link
Owner

@jooray jooray commented Dec 31, 2023

Kivy's default for input boxes changed from "text" to "null" in Kivy 2.1.0. Not specifying it disallowed typing using predictive text keyboards such as Gboard or Swiftkey swiping, which was irritating, when you are typing text messages.

Kivy's default for input boxes changed from "text" to "null" in Kivy 2.1.0. Not specifying it disallowed typing using predictive text keyboards such as Gboard or Swiftkey swiping, which was irritating, when you are typing text messages.
@jooray
Copy link
Owner Author

jooray commented Dec 31, 2023

From Kivy documentation:

input_type

The kind of input keyboard to request.

New in version 1.8.0.
Changed in version 2.1.0: Changed default value from text to null. Added null to options.

Warning
As the default value has been changed, you may need to adjust input_type in your code.

@jooray jooray merged commit 8b444ae into main Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant