-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add FilterContainer to swagger-ui-react? #7002
Comments
@alexrejto using the following Swagger-UI configuration options: SwaggerUI({
filter: true
})
Example: FYI: In case you are interested in a more advanced filter follow the PR #6851 |
I'm beyond interested in your PR #6851. In the mean time, I was hoping to use the basic filter. I use swagger-ui-react so am unable to pass filter through to the swaggerUI instance. Is there a workaround? |
Resolved! The solution was a plugin to the filter state selector.
|
@alexrejto I think it you can keep the issue open. |
docker |
Q&A (please complete the following information)
Content & configuration
Swagger/OpenAPI definition:
Swagger-UI configuration options:
Screenshots
How can we help?
The text was updated successfully, but these errors were encountered: