combobox mousedown now toggles options

fixes #958
This commit is contained in:
Ansis Brammanis
2013-03-11 12:07:14 -04:00
parent 1cf35eeaf3
commit 00464b44b2
+2
View File
@@ -231,6 +231,8 @@ d3.combobox = function() {
function mousedown() {
if (shown) return hide();
input.node().focus();
update('');