dynamic content
Haroenv opened this issue · 3 comments
Haroenv commented
if the content is dynamic, on the places aligned in the code the elements should be queried again.
If you want this feature, leave a comment or a thumbs up and I'll do it.
LukyVj commented
Can you give more explainations ?
Haroenv commented
Currently the querySelectorAll
to get the search content is only executed once. My proposal is to add a new key to options (for example continuous: true
, or dynamic
, interactive
) which will do the querySelectorAll
for every input.