You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a MenuItem receives a URL with query params, since the url match is done against the request.path, there is no way for that item to be checked as active.
That item will not be marked as the active item. Maybe MenuItem() could receive an additional argument to be able to take into account the current queryparam for the match_url() method.
The text was updated successfully, but these errors were encountered:
Currently, if a
MenuItem
receives a URL with query params, since the url match is done against therequest.path
, there is no way for that item to be checked as active.For example, if I configure this item:
That item will not be marked as the active item. Maybe
MenuItem()
could receive an additional argument to be able to take into account the current queryparam for thematch_url()
method.The text was updated successfully, but these errors were encountered: