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()
    class TextInput
    const
    bool
    multiline
    ()
  2. bool multiline(bool value)

Meta