enable type_to_earch in Select widget

This commit is contained in:
onyx-and-iris 2026-02-26 14:02:01 +00:00
parent cfba2303e6
commit 1bd6c0e94f

View File

@ -28,6 +28,7 @@ class LotteryTUI(App):
], ],
value='lotto', value='lotto',
allow_blank=False, allow_blank=False,
type_to_search=True,
id='lottery-select', id='lottery-select',
), ),
Button('Draw', id='draw-button'), Button('Draw', id='draw-button'),