I have a multi-select field X which is a non-required field. Initially, I got null from the API if I didn't select any values for it. However, once I selected multiple items and unselected them, I got an empty array instead of null from the API. Could you please make a change so that if there is no value selected, the API returns null?
The reason that I need such a change is that the filters don't work well with empty arrays in Strapi.
Hi,
I have a multi-select field X which is a non-required field. Initially, I got null from the API if I didn't select any values for it. However, once I selected multiple items and unselected them, I got an empty array instead of null from the API. Could you please make a change so that if there is no value selected, the API returns null?
The reason that I need such a change is that the filters don't work well with empty arrays in Strapi.
Thank you