Proper way to import views in a textual app #1735
-
Hello There, I am implementing a textual app that has 3 Dropdown selects and a button, However when the button is clicked I want the three Dropdowns to disappear and another dropdown select to appear In this tutorial https://dev.to/wiseai/textual-the-definitive-guide-part-3-2gl I found this it's importing from textual.views However when I try to do this I don't have views in init.py |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The author of that blog post was working with a much older version of Textual; much has changed since that version. I'd recommend starting out with our own documentation and especially working through the Tutorial. |
Beta Was this translation helpful? Give feedback.
The author of that blog post was working with a much older version of Textual; much has changed since that version. I'd recommend starting out with our own documentation and especially working through the Tutorial.