From c8f7b0ed0227de9fa2a6003456b0cba72ccba495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Tue, 30 Aug 2022 20:54:00 +0200 Subject: [PATCH] CustomCategory: also test-compile filter stuff --- src/customCategory.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/customCategory.js b/src/customCategory.js index 099125a5..07148d35 100644 --- a/src/customCategory.js +++ b/src/customCategory.js @@ -430,6 +430,8 @@ function customCategoryTest (value) { const testPaths = [ [ /^(memberF|f)eature$/, /./ ], [ /^(memberF|f)eature$/, /^style(:.*)$/, /./ ], + [ 'filter', /./, /(name|query|values|placeholder|valueName)/ ], + [ 'filter', /./, 'values', /./ , 'name'], [ 'info' ] ]