Skip to content

Commit 2a4fcb7

Browse files
TomJGoodingJonathan Plasse
authored andcommitted
docs(masked input): add missing select_on_focus to docstring
1 parent 60e74d2 commit 2a4fcb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/widgets/_masked_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ def __init__(
473473
which determine when to do input validation. The default is to do
474474
validation for all messages.
475475
valid_empty: Empty values are valid.
476+
select_on_focus: Whether to select all text on focus.
476477
name: Optional name for the masked input widget.
477478
id: Optional ID for the widget.
478479
classes: Optional initial classes for the widget.

0 commit comments

Comments
 (0)