Skip to contents

A (text) input.

Usage

input(id, ...)

Arguments

id

The id of the input.

...

Any named properties.

Details

See input Fires on focusout or enter key press.

Examples

input("input", value = "Input")
#> <ui5-input id="input" value="Input"></ui5-input>