input.Rd
A (text) input.
input(id, ...)
The id of the input.
Any named properties.
See input Fires on focusout or enter key press.
focusout
enter
input("input", value = "Input") #> <ui5-input id="input" value="Input"></ui5-input>