Skip to content

Commit 46e1eaa

Browse files
author
Gabriel Schulhof
committed
Filterable: Apply ui-screen-hidden to the wrapper of the checkboxradio widget, not to the element inside.
1 parent 5f151d7 commit 46e1eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/filterable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $.widget( "mobile.filterable", {
2424
filterCallback: defaultFilterCallback,
2525
enhanced: false,
2626
input: null,
27-
children: "> li, > option, > optgroup option, > tbody tr, > .ui-controlgroup-controls .ui-btn"
27+
children: "> li, > option, > optgroup option, > tbody tr, > .ui-controlgroup-controls > .ui-btn, > .ui-controlgroup-controls > .ui-checkbox, > .ui-controlgroup-controls > .ui-radio"
2828
},
2929

3030
_create: function() {

0 commit comments

Comments
 (0)