Fix combobox mousedown and drag

This commit is contained in:
Ansis Brammanis
2013-02-19 19:33:04 -05:00
parent 85f39134b5
commit cdec43359d

View File

@@ -226,6 +226,8 @@ d3.combobox = function() {
}
function mousedown() {
input.node().focus();
update('');
var entries = container.selectAll('a'),