Issue: q-select Duplicating Options on Re-Render #17832
Unanswered
mozhgan-k
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 am experiencing an issue with where, after the component re-renders, the options array gets duplicated multiple times.
Expected Behavior:
Actual Behavior:
Possible Cause:
I suspect this is related to how internally manages its options prop. It seems that even when I reset options.value = [] before fetching new data, Quasar keeps the old items.
Code Example:
Here is my component implementation:
Has anyone else encountered this issue? Is there a recommended way to fully reset q-select options when the component re-renders?
Beta Was this translation helpful? Give feedback.
All reactions