Hi,
I have a select component from the starter kit whose options are binded to a collection that I filter using one of my fields. (A boolean).
I do get a result in the form of an object.
If I try my select on preview mode, my options are empty.
That’s where the map keys seemed interesting. Unfortunately, once my label and value are mapped, the select once clicked shows only one option “The list is empty”…
If I remove the filter, the select is working fine and I have all my items properly mapped.
Can anyone else reproduce?