Hi, I am just trying out a fillable layouts and noticed that there is no support for fillability within navset_hidden. I see that it is based on tabsetPanel as opposed to navset_bar that supports fillability and uses an internal function.
I looked at the source code and noticed an unexported makeTabsFillable function. With it I was able to make myself a fillable hidden tabset panel:
Hi, I am just trying out a fillable layouts and noticed that there is no support for fillability within
navset_hidden
. I see that it is based ontabsetPanel
as opposed tonavset_bar
that supports fillability and uses an internal function.I looked at the source code and noticed an unexported
makeTabsFillable
function. With it I was able to make myself a fillable hidden tabset panel:Do you think this is something that {bslib} could support out of the box?