Laurent Le Graverend

Results 7 comments of Laurent Le Graverend

Facing same issue, with the current code, there is no way to set `overlay-close` attribute to `false`. ``` if(config[prop]) { switch (prop) { [...] case 'overlayClose': element.attr('overlay-close', config[prop] ? 'true'...

This was merged and fixed @chr22 Any example of code where it does not work for you?

Also commented "this repo seems to be dead", back in October in https://github.com/zurb/foundation-apps/pull/710#issuecomment-150998651 At the time we had been waiting for months to see basic fixes being merged. They are...

I would love to get insights on this too!

Got the same issue here, with Next v14. Downgrading to Next v13.4.19 solves the issue for now.