or in app/examples/singleSelect.js add the option expandSelected: true,
The selected option is not expanded, in In the example, the selected value is 4-WestEnd which is a child of 1-England > 2-London.
I imagine that the return in the file src/list/helpers/listCheckStateHelper.ts:16 should not be , but changing that has some side effects (for example isIndependentNodes), what would be the best way to solve it?
The following code
or in
app/examples/singleSelect.js
add the optionexpandSelected: true,
The selected option is not expanded, in In the example, the selected value is
4-WestEnd
which is a child of1-England > 2-London
.I imagine that the return in the file
src/list/helpers/listCheckStateHelper.ts:16
should not be , but changing that has some side effects (for exampleisIndependentNodes
), what would be the best way to solve it?