mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
Fix multiple select in UM settings
This commit is contained in:
@@ -71,7 +71,7 @@ jQuery(document).ready(function() {
|
||||
Select Dropdowns
|
||||
**/
|
||||
|
||||
jQuery(".umaf-selectjs").select2({
|
||||
jQuery(".umaf-selectjs, .ultimate-member_page_um_options .redux-select-item ").select2({
|
||||
allowClear: false,
|
||||
minimumResultsForSearch: 10
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user