angular2-emoji icon indicating copy to clipboard operation
angular2-emoji copied to clipboard

Problem with input and popup

Open smatthews1999 opened this issue 8 years ago • 1 comments

Hello!

Trying to use your emoji widget but having troubles.

For one, the image for the 'emoji' selector on the input is coming out strange, like it's been resized. I have applied no style to the emoji-input. I am using semantic.ui however.

The second issue is that the popup for the emoji picker is going right off the page. Any way I can offset it? Thanks. image

smatthews1999 avatar Oct 24 '16 21:10 smatthews1999

This module is still in early development and not yet finished. It for example don't take in consideration page limits when opening the popup. You can however (for now) set it to open above the input field using this snippet <emoji-input [popupAnchor]="'top'">. I don't know if that will solve your issue.

I can't say when i will have time to look at this. If your in need of change now, don't hesitate to make a pull request.

AnteWall avatar Oct 25 '16 06:10 AnteWall