Docs (4.0.0)
class UITextField property

multiline

True if multiline input mode should be enabled.

multiline?: boolean

Notes

  • Setting this property to true also suppresses the EnterKeyPress event.
  • This property can’t be changed after rendering.

Related