Merge pull request #38 from jooray/patch-1

Fix for predictive text
This commit is contained in:
markqvist 2024-01-03 11:21:12 +01:00 committed by GitHub
commit 70e7fea54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
""")
""")