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

fix(ComboBox): nextTick for render groups #886

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

maxmaxme
Copy link
Contributor

Fixes #551 #843

After the last fix (#883) we still had a problem with a large list of grouped items (all groups were hidden by v-show).

This PR fixes the grouped lists as well.

Copy link
Collaborator

@zernonia zernonia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @maxmaxme ! 💚

@zernonia zernonia merged commit 25331d4 into radix-vue:main Apr 30, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

[Bug]: If the number of ComboboxItems exceeds 100, open it and you'll get a warning from vue.
2 participants