UIInputText
Last updated
Last updated
Name
Type
Default
Description
id
string
Required - Id of the input
value
string
Required - Value for input
label
string
The text label
placeholder
string
Placeholder
size
string
Size of the input
variant
string
Variant for the input
disabled
boolean
false
Wether the input is disabled or not
onChange
function
Required - Callback for when the input value changes