Component instance displaying an unselected variant?

Warm greetings Plasmic fam:

We’re running into an issue that’s difficult for me to identify what’s happening:

Project: 58CNSVogj92RP9LTu21UrC

We have a component named TextInput which has several variant groups, including:

  1. ToolTipShown , which is a boolean
  2. Size, which is a single select.
  3. The base of TextInput sets a nested component, ToolTip to invisible. That’s ToolTipShown’s function.
    We’re using the TextInput component in another component named AnimationName, and as you can see with the attached images, ToolTipShown is set to false on the AnimationName Component, yet is still displaying the ToolTip.

Incidentally, we have an additional boolean variant named LabelHidden that’s functioning as expected in AnimationName.

I’m not sure if this is a bug, or, if I’m overlooking something really simple.

Screen Shot 2021-12-20 at 1.24.57 PM.png

Screen Shot 2021-12-20 at 1.25.09 PM.png

You can hover over the dot to debug why the tooltip element is visible, it looks like it’s just being shown in the LabelHidden variant?

Thanks, Yang! That was embarrassing :sweat_smile:

Phew! No worries :slightly_smiling_face: