I have numerous <input> symbols with a desired height each.
Every time I insert such a symbol, I have to set their height constants to be constrained.
Is there a way to define a constrained height to a symbol (or any auto-layout property)?
Currently I work this around by set the constraints in the symbol content. But this way the symbols themselves gets stretched when I resize parents. 😞
I have numerous
<input>
symbols with a desired height each. Every time I insert such a symbol, I have to set their height constants to be constrained.Is there a way to define a constrained height to a symbol (or any auto-layout property)?
Currently I work this around by set the constraints in the symbol content. But this way the symbols themselves gets stretched when I resize parents. 😞