Typing value in Select.Changed #4577
Unanswered
davetapley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see
value
is generic onSelectType
.textual/src/textual/widgets/_select.py
Lines 262 to 270 in a44119d
But if I:
then
event.value
isSelectType@Select | NoSelection
, not a concrete type.I tried:
But no difference. Any ideas? Could it be a bug and that the
Changed
class itself need to beGeneric
?Beta Was this translation helpful? Give feedback.
All reactions