Hey Stephane! Thank you for the answer, I appreciate that
The texts are already editable. What I wanted to do was to make the Suggestions container editable, not only the texts, so I could have the search input have one specific width and the Suggestions with another:
Oh, that was a nice tip. I made a quick test here to check if it would work but I think I am missing something, could you confirm if I did the way you suggested?
Oh I tested and I understand now.
The dimensions cannot really be modified in instances
However a hack could be to play with autolayout and set the Suggestion width to Hug
Then you can create different suggestions components and swap them
Then you just need to fix the width of one option in order to change the width of the suggestion component used