bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.31k stars 183 forks source link

what about multilevel dropdown? #348

Open TimurAditazz opened 3 years ago

TimurAditazz commented 3 years ago

like https://mdbootstrap.com/docs/standard/extended/dropdown-multilevel/#

bestguy commented 3 years ago

Hi @TimurAditazz , Thanks, that should be supported if you nest the menus, however this issue likely needs to be resolved first: #297

I'll take a look at this again.

TimurAditazz commented 3 years ago

I tried a straightforward way but was not lucky - all submenu comes simultaneously in weird positions at least. Thanks

bestguy commented 3 years ago

Hi @TimurAditazz , so this almost works as-is: https://svelte.dev/repl/28dc6f65caf543d8934790ac1280b626?version=3.42.1 However, the outer menu does not close without clicking again outside.
Kind of surprised it works at all :-). But I see some improvements here, will take a look further.

TimurAditazz commented 3 years ago

Thank you @bestguy