Skip to content

Commit

Permalink
TODO for #314
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 20, 2019
1 parent 5707497 commit d630404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ define( require => {
stroke: options.listStroke,
lineWidth: options.listLineWidth,
visible: false

//TODO sun#314 need to any a11y options?
} );
listParent.addChild( this.listBox );
this.listParent = listParent; // @private
Expand All @@ -144,7 +146,7 @@ define( require => {
}
} );

//TODO sun#445 why is this listener on button? this entire listener appear to be related to the list.
//TODO sun#445 why is this listener on button? this entire listener appears to be related to the list.
// add the button accessibility listener
this.button.addInputListener( {

Expand Down

0 comments on commit d630404

Please sign in to comment.