getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

Checkboxes field without options shows error on click in panel #4916

Closed silllli closed 1 year ago

silllli commented 1 year ago

Description

A checkboxes field without options (either because none are defined or the query doesn’t provide any) shows an error after clicking on the info message in the panel.

Expected behavior
No error to be shown.

Screenshots

Bildschirm­foto 2022-12-09 um 15 26 49 Bildschirm­foto 2022-12-09 um 15 24 12

To reproduce

fields:
  checkboxes:
    type: checkboxes

Your setup

Kirby Version
3.8.2

Console output
TypeError: null is not an object (evaluating 'this.$el.querySelector("input").focus‘)

Your system (please complete the following information)

distantnative commented 1 year ago