Benjamin Intal

Results 132 comments of Benjamin Intal

I'm removing this from the release cycle project since it's a large feature that we might need to focus on

I'll update this issue, you cannot use dynamic content for the buttons for pagination (or the load more button). The expected behavior should be that the dynamic content button should...

Setting this as blocked because we cannot replicate this issue. We'll need to reliably replicate this in order to proceed @andeng1106

@andeng1106 please test these scenarios: - Have 2 accordions that open independently from each other - should close/open with animation if reduced motion is disabled - should close/open without animation...

This fix caused left/right margins to stop working. Fix: https://github.com/gambitph/Stackable/commit/57a6dadaa7443b5c44b8dd439530e9997d7d164c

Another workaround is to render a `` tag with the percentage height in the `height` style, and show it `onResize` and remove it `onResizeStop`

I have a Tabs element that's a bit complex and is composed of multiple elements. For example, for an empty 2 tab element, I'd end up with an element with...

@anthonyjb Yup that's pretty much how I'm doing it. 1. Listen to blur events on Text elements 2. Check the contents of the text element 3. If it's valid html...

I have plans to do something like this. But if this will be built in, then that would be very awesome.