Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser freeze with sort-value-by="LEVEL" and reactive input #515

Open
ordinov opened this issue Nov 13, 2022 · 0 comments
Open

Browser freeze with sort-value-by="LEVEL" and reactive input #515

ordinov opened this issue Nov 13, 2022 · 0 comments

Comments

@ordinov
Copy link

ordinov commented Nov 13, 2022

Hi,

the browser keep freezing (maybe a loop) passing these props:

<treeselect
  v-model="myValue"
  :options="myOptions"
  :multiple="true"
  sort-value-by="LEVEL" />

I found out that the problem happens when I have v-model + multiple + sort-value-by="LEVEL".
Any other sortValueBy value or substituting the v-model binding with :value fixes that, but I need this combination of reactive binding and level based sorting

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant