Skip to main content

Label

What is the Form label?

The Form's label is not an input type, rather a showing tool. With the label you can show texts to the user.

label.png

Options

Specifies where text appears on the label.

Setting Mock field and own value

The Label sets the mock field and the own value, at the same time, to the same value. This value is the same that appears on the label. This happens when:

  • the widget is rendered
  • the label changes.

Validation

The Label isn't validating.

Sensor Events

The Label doesn't send out any sensor events.

External Messages

The Label listens to three external messages:

  • Set Form: Takes the given value and sets it as the label.
  • Reset Form: Resets the label to the default state.
  • Clear Form: Clears the label to empty string.

Value from Datasource

The Label doesn't take values from datasource.