rows property

int rows
final

The number of rows for multi-line input.

When greater than 1, the field becomes a text area. Defaults to 1 (single-line).

Implementation

final int rows;