diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 060d694..a97cb46 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -295,7 +295,7 @@ */ select: function ( langCode ) { this.hide(); - + this.$languageFilter.trigger( 'searchclear' ); if ( this.options.onSelect ) { this.options.onSelect.call( this, langCode ); }