Select menu closes on route push/replace #8816
Unanswered
baaskoen
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
q-table
component with filters in thev-slot:top-row
of the table. When, for example, I filter on columnname
via aq-input
, I add the value to mysearchColumns
property, and push it to my route query params. The reason for pushing this to the route parameter, is so that the user can share this url with other users, or go back in history.However, when I have a filter that is of type
q-select
withmultiple
on it, the select menu automatically closes when any route navigation occurs.Is there a way to prevent the select menu from closing?
Beta Was this translation helpful? Give feedback.
All reactions