Closed t40 closed 6 years ago
I would like to filter class names like class="51-60" or class="70+" but it seems the filters are only working with letters in class names, so things like data-path=".51-60" is not working.
The filters work with JS selectors as defined in spec here.
Found a solution. If the class name starts with a letter instead of a number it's working. ;-)
I'm glad it's working for you :)
I would like to filter class names like class="51-60" or class="70+" but it seems the filters are only working with letters in class names, so things like data-path=".51-60" is not working.