Skip to content

Issue: dataFile value selector not closing #716

Description

@AlbertoFdzM

Describe the bug
When defining dataFile fields the field selector doen't close

To Reproduce
Steps to reproduce the behavior:

  1. Define a data file frontMatter.data.files:
{
  "id": "authors",
  "title": "Authors",
  "file": "[[workspace]]/data/authors.json",
  "fileType": "json",
  "labelField": "slug",
  "schema": {
    "title": "Authors",
    "type": "object",
    "required": ["name", "slug"],
    "properties": {
      "name": {
        "type": "string",
        "title": "Name"
      },
      "slug": {
        "type": "string",
        "title": "Slug"
      }
    }
  }
}
  1. Add a field using that dataFile:
{
  "title": "Author",
  "name": "author",
  "type": "dataFile",
  "dataFileId": "authors",
  "dataFileKey": "slug",
  "dataFileValue": "slug",
  "multiple": false
}
  1. Add 2 items to the data:
[
  {
    "name": "Author A",
    "slug": "author-a"
  },
  {
    "name": "Author B",
    "nickname": "author-b"
  }
]
  1. Try to select a value in content editor

Expected behavior
For the options' selector to close once an option is selected

Screenshots
2023-11-27-front-matter-select-error

Desktop (please complete the following information):

  • OS: WSL: Ubuntu-20.04
  • Version v9.3.1

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions