The field will not grow at all, text will be wrapped at the widht and the height may cut off text going beyond.
The field can grow in both dimensions. Text will not wrap and not be cut off.
The field can grow horizontally. This means text will not wrap as it can extend with typing. But vertically the text field will be fixed and text may be cut off.
The field can grow vertically, but not horizontally. Text will wrap when typing. But the field height will increase to ensure all of the text is visible. This is the default behavior.
Generated using TypeDoc
The grow type defines how the text field will auto grow when text is being entered.