Merge pull request #1 from jooray/jooray-patch-1

Fix for predictive text
This commit is contained in:
Juraj Bednar 2023-12-31 22:15:50 +01:00 committed by GitHub
commit 8b444aedcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -711,6 +711,7 @@ MDScreen:
MDTextField:
id: message_text
keyboard_suggestions: True
input_type: "text"
multiline: True
hint_text: "Write message"
mode: "rectangle"
@ -767,4 +768,4 @@ Builder.load_string("""
<CustomOneLineIconListItem>
IconLeftWidget:
icon: root.icon
""")
""")