mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
new input features
This commit is contained in:
@@ -11,7 +11,7 @@ class InputApp(App):
|
||||
"""
|
||||
|
||||
def compose(self):
|
||||
yield Input("foo")
|
||||
yield Input("你123456789界", placeholder="Type something")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user