Hey all, I have a flex repeater inside of a Flex Container set to Row. The Repeater set to Column mode, and wrap. When the number of instances causes a wrap, I am not seeing the Flex Repeater grow, as it should. I have the repeater set to grow: 0, shrink: 0 and basis: auto.
However, this is only in Firefox. The exact same view can be launched in Chrome and it will wrap correctly.
I did some testing and started a new session in each browser. I wrote a binding on the Repeater to generate a random number of instances every 10 seconds, that may or may not cause it to wrap, depending on how many were generated. Side by side, in Firefox, it wraps, but causes overflow, and no Growth. In Chrome, it automatically wraps and grows, no overflow.
Is this a known issue? A workaround / fix? Some clients prefer to use Firefox.
Thanks