Commit 63627bb4 authored by Sven Franck's avatar Sven Franck

ext/JQM: prevent filterable generation on enhanced parent

parent c4a6f339
......@@ -13904,7 +13904,7 @@ $.widget( "mobile.filterable", $.mobile.filterable, {
updatePlaceholder = true,
textinputOpts = {};
if ( !selector ) {
if ( !selector && !opts.enhanced ) {
if ( this._isSearchInternal() ) {
// Ignore the call to set a new input if the selector goes to falsy and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment