RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

RapiDoc -WebComponent for OpenAPI Spec

Results 208 RapiDoc issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...

dependencies
javascript

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @​lkuechler in PrismJS/prism#3863 New Contributors...

dependencies
javascript

First the fanservice: Rapidoc is awesome. It is the best out there. Superb work. One of the very few areas that Redoc edges out Rapidoc for my particular use is...

[Documentation](https://rapidocweb.com/css-parts.html): However, the CSS rule has no effect: ```css rapi-doc::part(tab-content) { background-color: #ffa500; } ``` All other `tab-*` CSS parts work as expected.

When using `show-components="true"`, the Schemas are shown without the Description column: ![Image](https://github.com/user-attachments/assets/375f4b70-a094-4fd5-b866-384ced26cc99) The CSS in the browser for the Description column looks like this: ![Image](https://github.com/user-attachments/assets/b57e4659-d76f-4457-af98-270bbf11b9fb) ... but if you look...

Hi, our API requires (or at least *strongly* encourages) the use of HTTP compression for all requests. This means that (a) all requests sent through the rapidoc "try" feature need...

As explained in the title. Must be switched to multi line description. ![Image](https://github.com/user-attachments/assets/4e528f50-70a3-4417-86ab-fcff3a657d93) Same happens in "schema-style=table" but if zoomed in, the descriptions completely disappear (not sure if this is...

### Unable to Remove "FILL EXAMPLE" and "CLEAR" Buttons **Description** I am trying to remove the "FILL EXAMPLE" and "CLEAR" buttons in RapiDoc. According to the documentation, setting: `` should...

## Problem If there are Javascript code snippets in some fields of the specification, it gets executed. This leads to XSS attacks. ## Example Spec: ```yaml openapi: '3.0.3' info: title:...