Why can't I use Enum type when setting an array field in RequestParam on Apidog?

When I try to add a parameter in Apidog and select array type for a field that should be an enum (e.g., status=ACTIVE&status=INACTIVE), the UI does not allow me to specify the field type as an Enum.
Spring Boot supports multiple enum values in @RequestParam as arrays or lists, so this limitation in Apidog causes issues in testing or generating proper requests.
Is there any workaround or support planned for Enum arrays in query parameters?

Sorry, it is not currently supported to configure enums for arrays in the visual editor. However, you can input enums in the JSON Schema editor in the advanced settings.

Evans Is this feature going to be added in the future?

Thank you for your feedback. We will consider adding this feature in the future.