Added Timeout ti clear all

This commit is contained in:
Yurii Nalivaiko
2024-08-19 12:23:07 +02:00
parent 7b8a7a7c03
commit ef21ff1832
4 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -1534,7 +1534,9 @@ jQuery(document.body).ready( function() {
});
if ( directory.find( '.um-search-filter select[data-um-parent="' + filter_name + '"]' ).length > 0 ) {
select.trigger('change');
setTimeout(function(){
select.trigger('change');
}, 250);
}
} else if ( type === 'slider' ) {
+1 -1
View File
File diff suppressed because one or more lines are too long
+6
View File
@@ -1,5 +1,11 @@
== Changelog ==
= 2.8.7 Aug 19, 2024 =
* Bugfixes:
- Fixed: The "Clear All" button in the member directory did not reset all dependent dropdowns.
= 2.8.6 May 22, 2024 =
* Enhancements:
+1 -1
View File
@@ -3,7 +3,7 @@
* Plugin Name: Ultimate Member
* Plugin URI: http://ultimatemember.com/
* Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
* Version: 2.8.6
* Version: 2.8.7
* Author: Ultimate Member
* Author URI: http://ultimatemember.com/
* Text Domain: ultimate-member