You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In checkbox we added this code, and think we can factor it out for reuse in radio buttons, slider, combo box, etc:
// must be after the Checkbox is instrumentedthis.addLinkedElement(property,{tandemName: 'property'});if(assert&&Tandem.VALIDATION&&this.isPhetioInstrumented()){assert&&assert(property.isPhetioInstrumented(),'Property should be instrumented if Checkbox is instrumented');if(this.phetioFeatured){assert&&assert(property.phetioFeatured,`Property should be featured if the controlling Checkbox is featured: ${property.phetioID}`);}}
Handle situations like MysteryOrCustomLauncherSection where the UI is fed by an uninstrumented DynamicProperty purposefully.
Apply the phetioLinkedProperty slider pattern to support things.
The text was updated successfully, but these errors were encountered:
#920
#914
In checkbox we added this code, and think we can factor it out for reuse in radio buttons, slider, combo box, etc:
Handle situations like
MysteryOrCustomLauncherSection
where the UI is fed by an uninstrumented DynamicProperty purposefully.Apply the
phetioLinkedProperty
slider pattern to support things.The text was updated successfully, but these errors were encountered: