V-Emoji-Picker icon indicating copy to clipboard operation
V-Emoji-Picker copied to clipboard

:star2: A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).

Results 36 V-Emoji-Picker issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm attempting to use this in conjunction with a `v-textarea` to achieve something similar to Whatsapp's emoji+input behavior. Right now,...

- [前端处理emoji表情的编码解码](https://github.com/webfrontup/some_examples/issues/7) - Front-end processing of encoding and decoding of emoji expressions ```js //把utf16的emoji表情字符进行转码成八进制的字符 //Transcode emoji characters of utf16 into octal characters export function utf16toEntities(str) { var patt = /[\ud800-\udbff][\udc00-\udfff]/g;...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

**Describe the bug** A clear and concise description of what the bug is. When you supply an i18n object, the categories in the continuous list aren't updated, they stay English...

**Describe the bug** When using the continuous list "true" and showing categories - the category selected doesn't update as you scroll through the list

**Describe the bug** When typing in search it only searches your current category. That's not how the IOS picker works and not what you would expect.

![image](https://user-images.githubusercontent.com/8581365/109137523-4156ba00-7794-11eb-8958-fb2a5b386c35.png) ![image](https://user-images.githubusercontent.com/8581365/109137587-53d0f380-7794-11eb-9765-3a682e29da17.png)

**Is your feature request related to a problem? Please describe.** New emojis aren't widely supported across email clients, and so while building an editor for content that's mostly email based,...

T: feature