Evyatar

Results 130 comments of Evyatar

Hey, thank you for reaching out! Sorry for taking so long to reply. This is a tough one. The reason it doesn't work for you when you try to return...

OK, so I gave it some thought. First, as you noted - yes, you can write multiple tests for the same field, and in general, that's the preferred "vest" way...

Nice, @roblevintennis! Here's an idea for a perf improvement. I saw this in your example: > ```js > watch(currentLanguage, () => { > const fields = Object.keys(touched); // note touched...

Yes! @MichalPorag ,go ahead! You can open up a new sandbox, you cnr use the styling from my react demos. Let me know if you need anything from me. 🙏

Hey @shemayas, sorry for responding late. I completely missed this issue. I know it's been long, but can you please try and elaborate on what exactly it is you are...

Do not use native emojis, or use a different OS. I don't think there's a picker that will fix that for you.

The picker now supports a reactions picker capability: ![image](https://github.com/ealush/emoji-picker-react/assets/11255103/48901306-e7fd-49cd-8f1e-9b214083a61d) ![reactions](https://github.com/ealush/emoji-picker-react/assets/11255103/38a9c652-ee2e-43d4-b0e6-33735f1bcbe7) The picker can be used as a reactions picker. To use it as a reactions picker, you should set the...

@edezekiel, yes definitely. For reference, I don't know if you've seen [this talk](https://www.youtube.com/watch?v=EMUAtQlh9Ko) by Ward Bell, but it might be a good start

Hey @Timmwardion thanks for the interest in this feature. So far I did not add this capability simply because I am not sure what would the correct experience be UI-wise....