What is the showParentLevel property for the hierarchicalMenu widget supposed to do?
I do not see any visual difference between true, or false.
Also why is the property a string when its settings are true/false?
Where do you see it documented as a string? All references seem to be boolean to me 馃
EDIT: found it
Cool, but on another note, what exactly does showParentLevel do?
@Giovanni-Mattucci It's very subtle to use actually. Even I had to test it :)
When set to true, it displays the siblings of the selected values. Also it doesn't change the behavior of the root level. Here is an example:
showParentLevel=true:

showParentLevel=false:

@bobylito ahh I see! Thank you, that visual helps. I didn't have a data set with multiple levels to see its effect.
I tried to give a better description of the behaviour of this parameter here. Can you tell me @Giovanni-Mattucci if it's clearer? Or maybe suggest something that could better help understand it?
@bobylito that is a bit more clear, but change "levels" to "level" since you can't select more than one parent hierarchical facet:
Show the siblings of the selected parent level of the current refined value. This does not impact the root level. :)
In documentation if you could visually illustrate it with some text, that would be good too:
vs.
Not sure how best to illustrate, but I think your description is an improvement.
I like your schema. I will add it to the content of the doc, if you don't mind :)
Of course I don't mind haha :)
Most helpful comment
@bobylito ahh I see! Thank you, that visual helps. I didn't have a data set with multiple levels to see its effect.