#Switching Between Component Variants Not Preserving Nested Instance Selection

2 messages · Page 1 of 1 (latest)

graceful scaffold
#

I have a Tabbar component that utilizes Variants and Nested Instances. One of the Nested Instances has several Variants that we routinely switch between. One of the Variants used in the Tabbar component is Light- vs. Dark-mode. When I switch between those Variants (say, to dark-mode), my instance does not preserve the Nested Instance's selection I made in the other Variant (light-mode).

Oddly, changing the other Nested Instance's selections is preserved between light- and dark-mode, it is only this one that does not. It does have an extra series of Variants which define the text value shown, but I don't see why these are not preserved, while other Variants are.

Is this a beta issue, or have I not set this up correctly?

lucid hill