Hello,
for a current project I’m using the Multiselect field inside a block.
Options are fetched from a JSON page like this:
ansprechpartner:
label: Ansprechpartner
type: multiselect
options:
type: api
url: "{{ site.url }}/sprachschule/team.json"
query: team
text: "{{ item.title }}"
value: "{{ item.title }}"
When something is typed into the search box this happens:
Since there are a lot of options it would be nice to be able to use the search box.
Any ideas whats happening?
Thanks a lot!
stffr
2
This should be fixed in 3.8.4
Which version are you running?
1 Like
Just checked and was running 3.8.3.
Sorry I missed that and thanks for the quick reply!