Skip to contents

Sets the current value of an existing tuiInputText() input.

Usage

tuiUpdateTextInput(id, value)

Arguments

id

Input id passed to tuiInputText().

value

New text value.

Value

Invisibly returns NULL.