kvui: add autocompleting new hint text input (#3535)

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
Co-authored-by: Silvris <58583688+Silvris@users.noreply.github.com>
This commit is contained in:
Fabian Dill
2025-01-10 20:21:02 +01:00
committed by GitHub
parent 874197d940
commit 894a8571ee
2 changed files with 67 additions and 3 deletions

View File

@@ -147,3 +147,8 @@
rectangle: self.x-2, self.y-2, self.width+4, self.height+4
<ServerToolTip>:
pos_hint: {'center_y': 0.5, 'center_x': 0.5}
<AutocompleteHintInput>
size_hint_y: None
height: dp(30)
multiline: False
write_tab: False