new input features

This commit is contained in:
Will McGugan
2022-09-30 16:53:22 +01:00
parent 9fa150906e
commit 9498a7fd43
3 changed files with 99 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ class InputApp(App):
"""
def compose(self):
yield Input("foo")
yield Input("你123456789界", placeholder="Type something")
if __name__ == "__main__":