Skip to content

Commit 6afad2f

Browse files
committed
Add description to Select widget
1 parent ec4e6af commit 6afad2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class Select(Generic[SelectType], Vertical, can_focus=True):
200200
"""Constant to flag that the widget has no selection."""
201201

202202
BINDINGS = [
203-
Binding("enter,down,space,up", "show_overlay", show=False),
203+
Binding("enter,down,space,up", "show_overlay", "Show menu", show=False),
204204
]
205205
"""
206206
| Key(s) | Description |

0 commit comments

Comments
 (0)