-
Notifications
You must be signed in to change notification settings - Fork 60
Collapsible: Added contentTheme option and fixed theme default #293
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
Conversation
I think this sounds ok maybe @gabrielschulhof or @uGoMobi can give it a second look just to be sure this is all sounds good though. |
@@ -201,7 +209,7 @@ | |||
</desc> | |||
<type name="Boolean" /> | |||
</option> | |||
<option name="theme" default="null, inherited from parent" example-value='"b"'> | |||
<option name="theme" default="inherit" example-value='"b"'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default value really is null
.
@gabrielschulhof yes, I was wondering because of https://github.com/jquery/jquery-mobile/blob/master/js/widgets/collapsible.js#L353-L364 |
@agcolom Bump! |
@arschmitz so I should change 'inherit' to 'null' in both cases? |
@arschmitz I've changed the defaults for theme and contentTheme to null |
👍 |
fixes gh-209