Hi
I'm trying to create a hierarchical drop-down select list
Parent1
-Child1
--Subchild1
Parent2
-Subchild1
--Subchild2
---Subchild3
Could you please provide some examples of how to do it?
Official docs have good examples about regular select and option elements. I suspect that is done using ViewComponents + TagHelpers, but I have no idea.