ng-emoji-picker
ng-emoji-picker copied to clipboard
Angular 4 Emoji Picker
Bumps [braces](https://github.com/micromatch/braces) to 3.0.2 and updates ancestor dependency [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli). These dependencies need to be updated together. Updates `braces` from 1.8.5 to 3.0.2 Changelog Sourced from braces's changelog. Release history All...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 6.0.7 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
When I click on any emoji, then new emoji is set in textarea but focus is not there in textarea. Environment details - Angular CLI: 1.6.8 Node: 10.16.3 OS: win32...
onEmojiClick(e) { this.input = this.input.substr(0, this.lastCursorPosition) + e + this.input.substr(this.lastCursorPosition); this.modelChange.emit(this.input); this.emojiClick.emit(e); ---this.lastCursorPosition += 2;--- if (this.closeAfterSelection) { this.popupOpen = false; this.clean(); } }
fix #30
If you want I can take care of this. Keeping the support for backward compatibility, but it should be used with (onEnter)...
Search is unnecessary and looks ugly. Passing d-none class for search Field did not work. It would be nice to optional hide it.