How to implement a multi-level drop-down menu

like this:


Reference

hi @leavor
That’s a good question. I don’t think you can achieve that nested-dropdown layout directly, but you can use Dash Chained callbacks to get the second dropdown to show results based on the option selected from the first dropdown.