Mike Bostock
Mike Bostock
Adding a [promiseof operator](https://github.com/observablehq/parser/issues/188) would be one way to allow error handling (as well as parallelism).
A notebook with @mootari’s PoC: https://observablehq.com/d/2babcaffa59f03c1 The challenge here seems to be that we can’t construct a FileList from a FileAttachment synchronously because FileList requires a File which requires a...
> This sounds like an edge case. If an author presets the value of Inputs.file() it's probably safe to assume that the files are referenced downstream. Disagree. For example, you...
> I also think Observable's iframe security model wouldn't allow it, right? Correct, not without reloading.
The width style is getting set correctly, it’s just the browser is ignoring it because the content is too big. I guess maybe we have to provide a way to...
Right, my expectation was that you would provide your own _filter_ option to control this behavior in the general. But I’m happy to hear ideas on how we can either...
Merged into #262.
We could fix this by adding a `z-index: 1;` here: https://github.com/observablehq/inputs/blob/3281a4acf1e948284deeeacd179cd7f911e56649/src/style.css#L274-L279
@oluckyman Here’s a result I found on stacking contexts if you want to learn about this behavior: https://www.oreilly.com/library/view/developing-web-components/9781491905685/ch04.html
Is that screenshot testing this PR? Or the released version on Observable?