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

Commit

Permalink
Filterable: add support for filtering select with optgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Aug 12, 2013
1 parent f2cbc99 commit 4e69e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/filterable.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $.widget( "mobile.filterable", {
filterCallback: defaultFilterCallback,
enhanced: false,
input: null,
children: "> li, > option, tbody tr, .ui-controlgroup-controls .ui-btn"
children: "> li, > option, optgroup options, tbody tr, .ui-controlgroup-controls .ui-btn"
},

_create: function() {
Expand Down

0 comments on commit 4e69e62

Please sign in to comment.