Multiselect panel fields give problems in Kirby 3.3.0. Everywhere i click. It jumps to that field. My custom panel field buttons also does’nt work anymore. When i click it scrolls to the multiselect field.
attendeetypeagenda:
label: Overruled Attendee types agenda
type: multiselect
options: query
width: 1/2
query:
fetch: page.parent.parent.agenda.toStructure
text: "{{ structureItem.name }}"
value: "{{ structureItem.autoid }}"