From d630404a1e0934373d8d97fc6afaf59c85bb3b96 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Sat, 19 Jan 2019 17:08:26 -0700 Subject: [PATCH] TODO for #314 --- js/ComboBox.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/ComboBox.js b/js/ComboBox.js index d2340463..f82b2afc 100644 --- a/js/ComboBox.js +++ b/js/ComboBox.js @@ -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 @@ -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( {