Haroenv/holmes

dynamic content

Haroenv opened this issue · 3 comments

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.

Can you give more explainations ?

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.

fixed in #29