ng-emoji-picker
ng-emoji-picker copied to clipboard
implement onKeyEnter event
fix #30
Hi @millerf ! Could you elaborate a bit more why you did this? I'm not sure what are you trying to solve with this, thanks!
Shouldn't this be an @Output
@Input() onKeyEnter = new EventEmitter();
?
You'll need to change this function as well for it to work when it's not a textarea. https://github.com/lbertenasco/ng-emoji-picker/blob/84198a985c9810818c544b913a93449216d16357/src/emoji-input/emoji-input.component.ts#L34