code input

This block is part of the Component UI group and was last modified in core v10.4.28.

code input v10.4.28

Generates multiple inputs based on the given code length. It can further be specified to only allow numbers and to execute the on enter function after all inputs are filled

In pins 8
  • Field required
    fielddefinitions

    Field to save the value in

  • Length
    number

    Defines how many inputs to show

    Default 6

  • Numbers only
    condition

    If set to true, the inputs will only allow numbers

    Default false

  • Alpha Numeric
    condition

    If set to true, the inputs will only allow A-Z and 0-9

    Default false

  • Is required
    condition

    Checks if the code input is filled.

    Default false

  • On enter
    inpinfunction

    Function will be executed as soon as the enter button is hit

  • Call on enter
    condition

    If set to true the inputs will call the on enter function as soon as every input is filled

    Default false

  • Clear on enter
    condition

    If set to true the inputs will clear the filled fields when enter is pressed or called

    Default false

Out pins 1
  • uicomponent
    uicomponent

A typical wiring for code input: combine feeds the fields pin; the uicomponent out pin feeds build PDF.

Studio canvas example for the code input block: typical wiring for code input.

Version history

Introduced in v10.4.28.


Back to Component UI Return to the main group to view all sub-groups Back to form Return to the group to view all blocks within this group