promkit icon indicating copy to clipboard operation
promkit copied to clipboard

Make QuerySelector's filter function work on the items slice on strings

Open mainrs opened this issue 1 year ago • 0 comments

Right now the filter functions gets the stringified items as an argument. Would it be possible to receive the items slice instead? It would make filtering in my case easier, since my data is structured.

mainrs avatar Jun 09 '24 19:06 mainrs