angular2-emoji
angular2-emoji copied to clipboard
Problem with input and popup
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.
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.