mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Make Placeholder non-focusable.
This commit is contained in:
@@ -38,7 +38,7 @@ class _PlaceholderLabel(Static):
|
||||
pass
|
||||
|
||||
|
||||
class Placeholder(Static, can_focus=True):
|
||||
class Placeholder(Static):
|
||||
"""A simple placeholder widget to use before you build your custom widgets.
|
||||
|
||||
This placeholder has a couple of variants that show different data.
|
||||
|
||||
Reference in New Issue
Block a user