minLines property
Minimum number of lines to display in the text field, of type int?, enabling multi-line input from the start. If null or 1, it behaves as a single-line field; higher values (e.g., 3) create an expandable textarea-like interface. This field controls the initial height of the TextField within the ArcaneFieldWrapper, improving UX for expected longer inputs like addresses or messages in Arcane forms.
Implementation
final int? minLines;