Closed le-raman closed 6 months ago
Hello,
If there's only one element in a group you need to use a list
rather than a vector
, e.g. :
list("A group" = list("An element of this group"))
Thanks for the quick response. Can confirm that this work-around works.
Hi devs,
Reporting following bug, with reproducible example:
Result:
The element name itself is thus hidden; only the group name is shown. Using two elements, the behavior is ok, and both group name and elements are shown:
Any ideas how to circumvent this?
Thanks!
Lennart