Is it possible to set a component to have a ‘fill container’ style on the outermost parent frame? I have my Input variants in an autolayout group, and all of those inputs have the “fill container” setting. However, when I add an instance of that component to a fixed-width frame, from the assets panel, the instance of that input component is set to “fixed-width” even though its variant setting is “fill container”.
My goal is to have an input element component that is set to “fill container” when it is dropped from the assets panel into a fixed-width frame. Is there a way to do this?
Thank you!