Docs (4.0.0)
class UITextField property

value

The current input value.

value: string

Notes

  • This field can be preset to initialize the input text.
  • This field can be bound, to update and/or initialize the text field with a bound property value.

Related