Is it possible to have cascading menus like in:
# kvision
j
Is it possible to have cascading menus like in:
r
Yes. You can see this in the context menu in the showcase example (https://rjaros.github.io/kvision-examples/showcase/#!/dropdowns)
Just add
DropDown
with the
forDropDown = true
parameter.
✔️ 1
j
🙏