Skip to content

Using the select field throws an error #397

@jatnnik

Description

@jatnnik

When I'm trying to choose an option from the select field in the Admin UI, I get this error message:

image

This is the part of the schema in my config:

caffeineSource: fields.select({
    label: "Brühmaterial",
    options: [
      { label: "Espresso", value: "espresso" },
      { label: "Kaffeepulver", value: "coffee" },
      { label: "Tee", value: "tea" },
    ],
    defaultValue: "espresso",
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions