A simple thing but I can’t seem to see how I might increase the width of Input.select (i.e. a drop down menu). This is about a far as I’ve gotten:
viewof foo_v = {
const s = Inputs.select(["one super long value in a drop down menu that goes beyond what can be seen"], {label: "foo"});
s.input.style.width = "150%";
return s;
}
Obviously this didn’t work but can anyone recommend how I might increase the width of a dropdown menu?
A good place to start is this collection, which includes notebooks with a good amount of information about the various libraries commonly used on Observable: Libraries / Observable | Observable