No way to query a TabPane by id #3666
-
When you create a
produces
It will be helpful if you run the following command and paste the results:
Textual DiagnosticsVersions
Python
Operating System
Terminal
Rich Console options
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is because you're making a pretty broad query here. In your case you want to be making a query for a |
Beta Was this translation helpful? Give feedback.
This is because you're making a pretty broad query here. In your case you want to be making a query for a
TabPane
whose ID isfoo
, so you would want to query forTabPane#foo
.