ng-emoji-picker icon indicating copy to clipboard operation
ng-emoji-picker copied to clipboard

implement onKeyEnter event

Open millerf opened this issue 6 years ago • 1 comments

fix #30

millerf avatar Sep 15 '18 10:09 millerf

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

lbertenasco avatar Sep 17 '18 12:09 lbertenasco