Skip to content
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

docExpansion is not working #3047

Closed
zak905 opened this issue May 7, 2017 · 4 comments
Closed

docExpansion is not working #3047

zak905 opened this issue May 7, 2017 · 4 comments

Comments

@zak905
Copy link

zak905 commented May 7, 2017

I am using swagger-ui 3.0.8, and I am trying to get all the operation collapsed on start up using docExapnsion:"none", but it does seem to have any effect. is this option still available? if not, is there any other ways to do it?

@webron
Copy link
Contributor

webron commented May 8, 2017

It's not supported yet.

@urukalo
Copy link

urukalo commented May 19, 2017

same issue we have here too:
#3088

@webron
Copy link
Contributor

webron commented May 30, 2017

Duplicate of #2799.

@webron webron closed this as completed May 30, 2017
@wraycode
Copy link

wraycode commented Sep 8, 2017

I just use jquery to collapse them

$.initialize(".is-open", function() { $(".is-open").children('div').hide(); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants