Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Panel] Structure Preview For Multiselect Field Just Shows "…" #1996

Closed
neildaniels opened this issue Aug 9, 2019 · 1 comment
Closed
Milestone

Comments

@neildaniels
Copy link
Contributor

Describe the bug
When using a multiselect field within a structure field, the preview is broken and just shows "…". If this is switched to a tags field, the preview looks as expected.

bundles:
  label: Bundles
  type: structure
  fields:
    includedAddonIDs:
      label: Included Add-On IDs
      type: multiselect
      options: query
      query:
        fetch: 'page.addons'
        text: "{{ structureItem.name }}"
        value: "{{ structureItem.addonID }}"

Screenshots

Multiselect
Screen Shot 2019-08-09 at 4 07 26 PM

Tags
Screen Shot 2019-08-09 at 4 08 14 PM

Kirby Version
3.2.3

Desktop (please complete the following information):

  • OS: macOS 10.15 Beta (19A526h)
  • Safari 13.0 (15608.1.37)
@distantnative
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants