Does search() not render properly using a dynamic-grid setting? I've got a functional search() setup that is working great now but when I try to implement it as a repeater into my form it is not spanning across the width I tell it to. The data type for this is select_one.
I'm using a second repeater to collect text info and it works great. I threw in a second text repeater just below the functional one and found it to be fine as well. When I test this same search() outside of the grid system it works well. This makes me think there is some kind of compatibility issue going on but I have not been able to find documentation on this.
Any info?