ActiveDocs is using swagger-ui-react to display OAS 3 specs.
The spec is displayed, but when filling the inputs of the params, they fail with the following error:
The error implies:
- If the param is required, it will be treated as empty and the request won't fire
- If the param is not required, the value in the param will not be added to the request
As this is a bug in swagger-ui-react, the solution is using swagger-ui (bug free)