Skip to main content

Hello there,

I am currently working on a drop-down menu that has both hover and click triggers. Everything else works fine except I would like the previously clicked component to change back to its normal state once I click on another component in the drop-down.




@olayinkapinmo Make sure to check “Reset Component State” when you go between the collapsed and expanded states of your dropdown.


I created an example file and prototype a while back on one way to set up a dropdown with selected states.



Thank you. Works perfectly


Reply