Here is what I am trying to build:
Page has multiple options to select
After you are done selecting, you click “next” button to navigate to the next page
But currently it seems like I can only click once in my prototype. Here is my prototype:
Figma – 4 Jun 21Some other context:
I have the 4 options ( “Company Logo Socks” etc) set up as components. For each of those, on hover, there is a new state, and then when you click on the hover it swaps the overlay to show it is selected.
That’s where the issue happens – once I click on the component to select it, I can no longer get the hovers to work on the other elements, or can’t click the next button.
Any thoughts here?