[bug] Binding input height to variable breaks sizing in the design panel (and doesnt work right?)

so im trying to be clever and have a multiline input grow as the text inside grows. i have given the input an id ‘multiline’. After each change, i set a variable ‘multilineHeight’ to be the height of the input using the folliwing snippet, (which returns the value appropriately) getElementById.('multiline').scrollheight . multilineHeight’s default value is 44.

in the design panel, after i preview the project, i can no longer see the sizing options for that input. here’s a video showing the issue

When binding CSS properties, you need to bind a text string that equals to what the CSS value would be using code. So in your case, it’s actually 180px (with the px).