Replies: 1 comment 11 replies
-
You can't interact with widgets like this outside of a Textual app. You'll need to move this code into a |
Beta Was this translation helpful? Give feedback.
11 replies
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.
-
I tried to naively just use set_options to set them as that seemed to be the right thing:
but that resulted in
How can I update the options (without having to always create a new Select object)?
Bonus points: how to set the selected value right away without triggering an event?
Beta Was this translation helpful? Give feedback.
All reactions