We found 17 matches for: state ui: form

An overview of all state ui: form blocks currently available, updated daily!

form: autocomplete value

Generates auto-complete select searching a storage and filling the state with the search-key. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
storage field
Field to select and view within the given results.
show searchbar
Enables searchbar in the dropdown.
query
A query to filter the data that can be found using this searchbox.
class
style
attributes

Out-pins

state
form: checkbox buttons

Generates a set of buttons and multiple values can be choosen. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
options
The options to be shown in the dropdown. Can either be a list of values or [{key, value}].
vertical
Provide this if you want the buttons to be aligned vertical.

Default:
false
class
style
attributes

Out-pins

state
form: select

Generates a basic select. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
options
The options to be shown in the dropdown. Can either be a list of values or [{key, value}].
class
style
attributes

Out-pins

state
form: password input

Generates a password input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: datetime input

Generates a datetime input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: date input

Generates a date input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: time input

Generates a time input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: get form data

Retrieves the form data from the state.

In-pins

flow
form id
A unique ID for the form. Used to retrieve the data

Out-pins

flow
error
data
form: file input

Generates a file input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: radio buttons

Generates a set of buttons you can choose between. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
options
The options to be shown in the dropdown. Can either be a list of values or [{key, value}].
vertical
Provide this if you want the buttons to be aligned vertical.

Default:
false
class
style
attributes

Out-pins

state
form: number input

Generates a number input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: price input

Generates a price input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: checkbox

Generates a basic checkbox. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
value
A string representing the value of the checkbox.
class
style
attributes

Out-pins

state
form: textarea

Generates a basic textarea. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
class
style
attributes

Out-pins

state
form: input

Generates a basic input. The field will be used as state key.

In-pins

form id
A unique ID for the form this field is used in.
type
The type of input to display, can be any regular type like text or password.

Default:
text
class
style
attributes

Out-pins

state
form: form

Generates a basic form element using state UI. All fields within this form will be prefixed if a prefix is given.

In-pins

form id
A unique ID for the form this field is used in.
content
Content to be shown within this form.
class
style
attributes

Out-pins

state