TextInput.multiline

If true, this input accepts multiple inputs in the input; pressing "enter" will start a new line.

Even if multiline is off, the value may still contain line feeds if inserted from code.

  1. bool multiline()
  2. bool multiline(bool value)
    class TextInput
    bool
    multiline
    (
    bool value
    )

Meta