How can text in staticTexts.add automatically wrap based on a specified width?
staticTexts.add({ staticLabel: "Doesn't the text inside automatically wrap to new lines?" });Doesn't the text inside automatically wrap to new lines? Setting the width doesn't seem to work either.
I think I've seen people use jion(\n) to control line breaks.

