blazorbootstrap
blazorbootstrap copied to clipboard
Fix show and hide behavior for nested collapses
This PR fixes the show and hide behaviors for nested collapses, for example in nested accordion, click on the AccordionItem should not affect both the child and the parent at the same time.
The accordion first example is updated to contain a nested case.