diff --git a/api/js/etemplate/et2_extension_nextmatch.ts b/api/js/etemplate/et2_extension_nextmatch.ts index 0a8f2d5637..d8ff8ab281 100644 --- a/api/js/etemplate/et2_extension_nextmatch.ts +++ b/api/js/etemplate/et2_extension_nextmatch.ts @@ -3705,6 +3705,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext const set = {}; set[select.id] = select.getValue(); this.nextmatch.applyFilters(set); + select.resetDirty(); }); } // Sometimes the filter does not display the current value