singleLine method

TextField singleLine()

Implementation

TextField singleLine() {
  return lineLimit(1);
}