Card with value_box() shows the "Expand" button despite having #| expandable: false
#14714
-
DescriptionThis document produces a value box that has an "Expand" button in the bottom right, even though I specified
Replacing the call to Is this a bug or am I missing something? Quarto 1.9.38 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Isn't coming from |
Beta Was this translation helpful? Give feedback.
-
|
A dashboard cell that outputs a Workarounds
When a cell is executed,
The captured block is then re-emitted directly.
During HTML post-processing, The Expand button is Quarto's own, defined as
The
|
Beta Was this translation helpful? Give feedback.

Following on this, I've opened an issue on Quarto side as it's where the issue originates.