SelectField

SelectField is an Select with a label, description, and error message. MultiSelect is a SelectField with multiple options.

Preview

Select description

Properties

  • Name
    name
    Type
    string
    required
    *
    Description

    The identifier of the input.

  • Name
    label
    Type
    string
    Description

    The label of the input.

  • Name
    description
    Type
    string
    Description

    The description of the input.

  • Name
    error
    Type
    string
    Description

    The error message of the input.


label

error

When defining an error, the input will be marked as invalid.

this is an example error