We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156a81e commit 51cedd4Copy full SHA for 51cedd4
js/buttons/RadioButtonGroup.js
@@ -192,7 +192,7 @@ define( function( require ) {
192
yAlign: options.buttonContentYAlign,
193
minWidth: widestContentWidth + 2 * options.buttonContentXMargin,
194
minHeight: tallestContentHeight + 2 * options.buttonContentYMargin,
195
- phetioInstanceDocumentation: currentContent.phetioInstanceDocumentation
+ phetioInstanceDocumentation: currentContent.phetioInstanceDocumentation || null // this null should be the default in PhetioObject
196
}, buttonOptions );
197
198
// Pass through the tandem given the tandemName, but also support uninstrumented simulations
0 commit comments