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

Display empty list of emoji #412

Open
mjsaijem09 opened this issue Dec 9, 2022 · 0 comments
Open

Display empty list of emoji #412

mjsaijem09 opened this issue Dec 9, 2022 · 0 comments

Comments

@mjsaijem09
Copy link

image

"@ctrl/ngx-emoji-mart": "^6.2.0", <--- installed version for my angular 13 project

Angular CLI: 13.1.4
Node: 14.18.3
Package Manager: npm 6.14.15
OS: win32 x64

<emoji-mart 
    class="emoji-mart" 
    *ngIf="showEmojiPicker" 
    (emojiSelect)="addEmoji($event)" 
    title="Pick your emoji…" 
    [style]="{ position: 'absolute',top: '-440px',right: '0',left: '0',width: '340px',height: '430px' }">
</emoji-mart>

No error in my console :(

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

No branches or pull requests

1 participant