-
I am trying to create a TUI where once the use makes a choice in
The values of
get populated. I created a reactive variable and can use the variable to write to TextLog (for debugging purposes), however trying to use
Doesn't seem to work. Instead I need to find the parent, remove the Select widget, create a new one, mount and refresh:
|
Beta Was this translation helpful? Give feedback.
Answered by
davep
Jul 13, 2023
Replies: 1 comment 2 replies
-
Looks like you're looking for set_options: https://textual.textualize.io/widgets/select/#textual.widgets._select.Select.set_options |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
trixpan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like you're looking for set_options: https://textual.textualize.io/widgets/select/#textual.widgets._select.Select.set_options