Auto Layout + Responsive Text Not Working

I’m noticing that Auto Layout does not work as expected when attempting to implement it with responsive text inside a component. I created a dynamic input that changes its width when you type inside the instance. You can resize the input manually and it works as expected. However, the main container does NOT update it’s width when the text container does. I have tried every possible combination of auto layout possible. Either it’s a bug or auto layout isn’t well thought out as I would have expected.

Here is the screenshot for reference: Figma Auto Layout Bug - Album on Imgur

I added a gray square around the main container to show that it does not respond to the child containers changing size. It also tried using “fixed - left+right” as a last option, which I assumed meant to pin the container to its sides, but it doesn’t work either.

1 Like

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.