229-multi-level-dropdown icon indicating copy to clipboard operation
229-multi-level-dropdown copied to clipboard

when I create like this setting>animals>tiger last one dont follow transform property

Open umeshjain1999 opened this issue 4 years ago • 2 comments

for some reason, 1st menu comes then elements come and it doesn't follow transform 110% to 0% works for only initial two only. Thank You

umeshjain1999 avatar May 10 '20 12:05 umeshjain1999

I'm actually hitting a similar issue. They follow the same code format, but instead of sliding over, it just appears, completely ignoring the transition slide. If I manage to figure out a fix, I'll come back and post it here.

Jake-Breaks-Stuff avatar Jun 24 '20 18:06 Jake-Breaks-Stuff

I just added some stuff to make it more than 2 levels, it can be n levels, you can see what i did here: https://github.com/Corea98/codediodeio-multi-level-dropdown

I added 3 levels: main > animals > Another animal's level ( but you can add n levels )

All you have to do is to put the prop goBack on DropdownItems that are supposed to go back.

Corea98 avatar Sep 02 '20 20:09 Corea98