Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit bb70b39

Browse files
author
Gabriel Schulhof
committed
[controlgroup] Had wrong default value for option excludeInvisible
1 parent 7f18a37 commit bb70b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/controlgroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ define( [ "jquery",
1515
$.widget( "mobile.controlgroup", $.mobile.widget, {
1616
options: {
1717
shadow: false,
18-
excludeInvisible: false,
18+
excludeInvisible: true,
1919
type: "vertical",
2020
mini: false,
2121
initSelector: ":jqmData(role='controlgroup')"

0 commit comments

Comments
 (0)