Hi there! There’s a screenshot of my use case below, but I was wondering if there’s a way to only allow emojis to be uploaded in a certain text field? Thank you so much in advance for the help!
Maybe with Minimum Studio’s emoji picker: Emoji Picker Plugin | Bubble?
1 Like
Thanks for the suggestion, @rico.trevisan! We already have the picker functionality built out, but right now any one character can be put in that input box: be it or * or A or →, whatever. I just need some functionality to limit that text input box to only take emojis.
Maybe find and replace with regex is the answer?
(\u00a9|\u00ae|[\u2000-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])