Skip to content

Using the select field throws an error #397

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",
})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions