First off this is a beautiful package and is hugely useful.
I like to guide the user by using boxes and collapsing/uncollapsing the next element as they travel through the app.
I also often nest boxes, particularly when I am using modules to develop.
I've noticed that when you nest boxes, you get unexpected results when you toggle their collapsed state. If you toggle the highest level, it will often collapse other boxes but leave the upper box open, but the plus minus sign on the box will flip without actually having an effect.
Interestingly, if the user toggles the box with the plus minus, the "correct" behaviour occurs. I just don't seem to be able to replicate this with code.
Good afternoon.
First off this is a beautiful package and is hugely useful.
I like to guide the user by using boxes and collapsing/uncollapsing the next element as they travel through the app.
I also often nest boxes, particularly when I am using modules to develop.
I've noticed that when you nest boxes, you get unexpected results when you toggle their collapsed state. If you toggle the highest level, it will often collapse other boxes but leave the upper box open, but the plus minus sign on the box will flip without actually having an effect.
Interestingly, if the user toggles the box with the plus minus, the "correct" behaviour occurs. I just don't seem to be able to replicate this with code.
Below is a reprex.
Many thanks and all the best. Keep up the good work.