serebrov / emoji-mart-vue

One component to pick them all (performance improvements) 👊🏼
https://serebrov.github.io/emoji-mart-vue/
BSD 3-Clause "New" or "Revised" License
268 stars 47 forks source link

tab error #87

Open yoonasy opened 4 years ago

yoonasy commented 4 years ago

image

Flags have no corresponding tab

yoonasy commented 4 years ago

https://serebrov.github.io/emoji-mart-vue/

yoonasy commented 4 years ago

image this

serebrov commented 3 years ago

@yoonasy thanks for the report, I'll check it. Meanwhile, can you try it with the StaticPicker component instead of Picker? I think this might be an issue related to virtual scroller (#80).

yoonasy commented 3 years ago

@serebrov ok, thanks。 I want to ask, after the v-show display how does the anchor select the first one

serebrov commented 3 years ago

The anchors component has the `activeCategory' property that defines the highlighted category.

The property itself is set from the Picker (or StaticPicker) component where it is initially set to the first category and then updated on scroll.

yoonasy commented 3 years ago

@serebrov thank you so much。i love u