Example Swagger/OpenAPI definition:
"parameters": [
{
"name": "multipart-form",
"in": "formData",
"description": "One or more CSV files to upload.",
"required": true,
"type": "file"
}
]
}
When you choose a file to upload, the UI mistakenly thinks that there is a validation error and will prevent execution of the request.
Configure an operation parameter as shown in the JSON above.
Choosing a file should allow the request to be executed. This problem is not present in Swagger UI version 3.24.3.

@travishaagen Hi Travis, thanks for reporting this issue! This is indeed a regression in the most recent release, and will be fixed in the next release.
What's the timeline for release?
Most helpful comment
@travishaagen Hi Travis, thanks for reporting this issue! This is indeed a regression in the most recent release, and will be fixed in the next release.