Single character not recognised

Describe the issue:

I have a single line string field with a limit of 0 to 1 characters.
It does not accept :face_with_spiral_eyes: as a character.

Hello @av

This is intended, as emojis are not “a single character” always, as an example :face_with_spiral_eyes:
I actually encoded as U+1F635 U+200D U+1F4AB
And if pasted into a character counter such as this one it will be counted as 5 characters

2 Likes

That’s great, thanks for explaining how the field counts characters :raised_hands: