Now, when calling the page with a operation query param (e.g. domain.tld/page?operation=get-/entity), it scrolls to the GET entity section and expands it. However, if I provide the url-encoded query param domain.tld/page?operation=get-%2Fentity, it does nothing (scrolling to section and expanding it doesn't work anymore).
2. Expected behavior
Rapidoc considers varying url formats and can decode encoded url strings so that scrollto and expand operations still work.
1. Problem
I'm using rapidoc in vue just like:
Now, when calling the page with a
operation
query param (e.g.domain.tld/page?operation=get-/entity
), it scrolls to the GET entity section and expands it. However, if I provide the url-encoded query paramdomain.tld/page?operation=get-%2Fentity
, it does nothing (scrolling to section and expanding it doesn't work anymore).2. Expected behavior
Rapidoc considers varying url formats and can decode encoded url strings so that scrollto and expand operations still work.