noLineLimit method

TextField noLineLimit()

无行数限制

Implementation

TextField noLineLimit() {
  return lineLimit(null);
}