Delowar Hossain

Results 11 comments of Delowar Hossain

Hi @imranhsayed, any decisions/updates on the pagination part?

Any update on this ticket? I'm also thinking of implementing a11y and better keyboard support. It would be helpful if you mention which component you're working on so that we...

Hi @HAFTSTUDIO, could you please share your project environment/details? Such as: - Vue version. - Emoji Picker Version. - Code snippet/sandbox link. - Are you using Vite or Vue-cli? Thanks

I'm unsure what could be the reason here, but I think you can directly point the CSS path like `import 'node_modules/vue3-emoji-picker/dist/style.css' ` I did check with latest vite & vue...

To fix this, you can write `declare module 'vue3-emoji-picker'` in any of your `.d.ts` files

Hi @gabstafari, thanks so much for bringing this up, I prefer using it without input (`pickerType=''`) in this case. I will try & check `append-to-body` as you proposed.

Thanks so much for reporting this issue, I will look into it.

Hi @lushangkan Thank you for the PR; I will review the changes and merge it as soon as possible.

I think zwj emoji will be a good feature, I will need to check the possibilities.

Hi @xcesaralejandro Did you try the `:text=""` prop? It will render initial text to the textarea/input field. I see it's not mentioned in the doc, I will update it. Thanks