Ticket #6469: 6469.dijit.patch
| File 6469.dijit.patch, 0.8 kB (added by haysmark, 6 months ago) |
|---|
-
form/ComboBox.js
1046 1046 1047 1047 constructor: function( /*DomNode*/ root){ 1048 1048 this.root = root; 1049 /* 1050 // TODO: this was added in #3858 but unclear why/if it's needed; doesn't seem to be. 1051 // If it is needed then can we just hide the select itself instead? 1049 1052 1050 dojo.query("> option", root).forEach(function(node){ 1053 node.style.display="none"; 1051 // TODO: this was added in #3858 but unclear why/if it's needed; doesn't seem to be. 1052 // If it is needed then can we just hide the select itself instead? 1053 //node.style.display="none"; 1054 node.innerHTML=node.innerHTML.replace(/\n/gm, ""); 1054 1055 }); 1055 */ 1056 1056 1057 }, 1057 1058 1058 1059 getValue: function( /* item */ item,