Skip to content

Commit 9695d04

Browse files
committed
Update Select documentation
1 parent 1060a84 commit 9695d04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/widgets/select.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,13 @@ The following example presents a `Select` created using the `from_values` class
8888

8989
## Blank state
9090

91-
The widget `Select` has an option `allow_blank` for its constructor.
91+
The `Select` widget has an option `allow_blank` for its constructor.
9292
If set to `True`, the widget may be in a state where there is no selection, in which case its value will be the special constant [`Select.BLANK`][textual.widgets.Select.BLANK].
9393
The auxiliary methods [`Select.is_blank`][textual.widgets.Select.is_blank] and [`Select.clear`][textual.widgets.Select.clear] provide a convenient way to check if the widget is in this state and to set this state, respectively.
9494

95+
## Type to search
96+
97+
The `Select` widget has a `type_to_search` attribute which allows you to type to move the cursor to a matching option when the widget is expanded. To disable this behavior, set the attribute to `False`.
9598

9699
## Reactive Attributes
97100

0 commit comments

Comments
 (0)