abodelot/jquery.json-viewer

collapsed ?

Closed this issue · 1 comments

Hi,
Searching(ctrl+f) on the page does not work when using collapsed = true;
image

after manuel open:
image

Hi,

The Ctrl+F search is a browser feature, based on what's actually displayed in the HTML document, so you cannot make it match with hidden content.

However, you could write your own search function, that would walk recursively the given json object and match all keys and values against your input.