-
Notifications
You must be signed in to change notification settings - Fork 48
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
Exclude of categories not correctly working #60
Comments
@ithr0n Thanks, I was able to reproduce the bug with excluding the 'recent' category, and I'll release a fix soon. In my testing, the Regarding the shifted active category - this comes from the virtual scroller and I don't see a simple fix here. You can try the There is a PR in virtual scroller repository that would fix this issue - Akryum/vue-virtual-scroller#115, but it is there for a long time, not sure if it get's merged any time soon. |
Published version |
Closing, hopefully it works now. |
new EmojiIndex(data, { exclude: ['recent'] })
does not exclude the recent category.Instead,
new EmojiIndex(data, { exclude: ['people'] })
excludes the recent and people category.Additionally, after showing the Picker the first category is shown (correctly), but the second category is selected in the view. For example, with every category enabled it shows the recent category, but the people category is selected.
The text was updated successfully, but these errors were encountered: