Skip to main content
Question

Text property on component doesn't allow to be overwritten

  • February 14, 2025
  • 0 replies
  • 27 views

Kamil-Ku

I created a card component which consists of header text, subhead text, and button or a text.

Then combine the card wit ha little nav item to have something like a carousel a person can navigate to choose a game. images of all state below.

so the way it is built:

card component below 3 nav item components. and prototype allow to navigate between 4 states suing the nav bar under the card.

1st choice hasĀ header, subhead and text ā€œgame completedā€ - a text property and boolean property

2nd choice hasĀ header, subhead and text buttonĀ - aĀ boolean property

3rd choice hasĀ header, subhead and text ā€œcomplete previous game to unlockā€ - a text property and boolean property

4th choice hasĀ header, subhead and text ā€œcomplete previous game to unlockā€ - a text property and boolean property.

Ā 

but… when I go to preview the prototype and I click around the text property ā€˜complete previous game to unlock’ keeps going back to default status so that I dont se ā€˜game completed’ anymore the n I go back to 1st choice, instead it shows ā€œcomplete...to unlockā€

Ā 

btw. header, subhead are also set as text property and are different across different states and they don’t go back to default component settings, yet this one piece of text keeps defaulting to what's in the main component.

Ā 

Can someone help or advice me what is going on there?

Thanks

This topic has been closed for replies.