Hi I also have this request. This becomes particularly relevant when working with component states on fixed items that will change in appearance based on interactions on non-fixed components.
Example
I have a text-input field that should populate with the name of a chat participant when tapped. I cannot achieve this because I have to put the tap rectangle for the participant into the component of the text input (one should be non-fixed and one should be fixed) but instead i can only fix both or fix none which doesn't work.
Hi I also have this request. This becomes particularly relevant when working with component states on fixed items that will change in appearance based on interactions on non-fixed components.
Example
I have a text-input field that should populate with the name of a chat participant when tapped. I cannot achieve this because I have to put the tap rectangle for the participant into the component of the text input (one should be non-fixed and one should be fixed) but instead i can only fix both or fix none which doesn't work.