Dean Fogarty

Results 8 comments of Dean Fogarty

Tested on Safari on iOS. Also in Chrome on Mac OS X using devtools mobile view.

`isSideNavOpen` handling appears to be broken. Setting `isSideNavOpen` to true on component creation will close the side nav: ```javascript let winWidth = undefined; $: isSideNavOpen = expandedByDefault && winWidth >=...

G'day @metonym My example comes from the same place. When `isSideNavOpen` set to `false` at component creation, the side nav isn't open which is correct. However setting it to `true`...

Just realised that the documentation has moved; will get around to fixing this up and resubmitting the PR.

> What's the status here, @angrytongan? I'm looking for a concept2 implementation I can use :) I don't think this was looked at before all the doc changes. Don't have...

I would argue that server gets final say - matches non-JS behaviour, and I think submission of a form doesn't mean that the client should automatically clear it. Definitely a...

Thanks @mbostock , works a treat 👍

🤔 I think my expectation was being able to use `vg` the same way as `Plot`. I don't know if / think this would be a common case. The workaround...