You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks a lot for this library, it is pretty awesome. The only thing that I would like to tweak is to disable emojis on the comments. I have been checking around and I can hide the emojis that are being printed, but I cannot hide the input type emojis when adding the comment (there isn't any class or CSS selector that I can use as far as I know). Any way that we could disable them through a parameter in Tip or so? Thanks!
The text was updated successfully, but these errors were encountered:
I don't think there is a way to disable those at the moment. My initial idea was that people will provide their custom <Tip /> component if they want any customizations.
Hi! I've just solved this problem. Although a long time has passed since this issue was raised, I'll share my solution to help those who come after.
I have to say, the code design of this repo is very good.
To disable emojis, you just need to customize the <Tip /> component. The simplest way is to copy the original code of <Tip / > component, command out the emoji part, and then import your customized <Tip / > component in your code.
Hi,
First of all, thanks a lot for this library, it is pretty awesome. The only thing that I would like to tweak is to disable emojis on the comments. I have been checking around and I can hide the emojis that are being printed, but I cannot hide the input type emojis when adding the comment (there isn't any class or CSS selector that I can use as far as I know). Any way that we could disable them through a parameter in Tip or so? Thanks!
The text was updated successfully, but these errors were encountered: