DCzajkowski / vue-emoji-picker

Very simple, yet powerful, vue emoji picker 🎉🔥🚀
MIT License
332 stars 49 forks source link

How to hide search input? #24

Closed qdhaiqiang closed 3 years ago

qdhaiqiang commented 3 years ago

How to hide search input?

I set showSearch=false, but no effect。

DCzajkowski commented 3 years ago

Can you show your code @qdhaiqiang?

qdhaiqiang commented 3 years ago
import {categoriesDefault, emojisDefault, VEmojiPicker} from "@imndx/v-emoji-picker"

<VEmojiPicker
    id="emoji"
    v-show="showEmojiDialog"
    showSearch=false
    lang="pt-BR"
    v-click-outside="hideEmojiView"
    :customEmojis="emojis"
    :customCategories="emojiCategories"
    @select="onSelectEmoji"
/>
DCzajkowski commented 3 years ago

This is the project you are looking for: https://github.com/imndx/V-Emoji-Picker