Generates auto-complete select searching a storage and filling the state with the search-key. The field will be used as state key.
Generates a set of buttons and multiple values can be choosen. The field will be used as state key.
[{key, value}]
.false
Generates a basic select. The field will be used as state key.
[{key, value}]
.Generates a password input. The field will be used as state key.
Generates a datetime input. The field will be used as state key.
Generates a date input. The field will be used as state key.
Generates a time input. The field will be used as state key.
Retrieves the form data from the state.
Generates a designed dropdown menu. The field will be used as state key.
[{key, value}]
.Generates a file input. The field will be used as state key.
Generates a set of buttons you can choose between. The field will be used as state key.
[{key, value}]
.false
Generates a number input. The field will be used as state key.
Generates a price input. The field will be used as state key.
Generates a basic checkbox. The field will be used as state key.
Generates a basic textarea. The field will be used as state key.
Generates a basic input. The field will be used as state key.
text
or password
.text
Generates a basic form element using state UI. All fields within this form will be prefixed if a prefix is given.