Describe the issue:
I have a single line string field with a limit of 0 to 1 characters.
It does not accept
as a character.
I have a single line string field with a limit of 0 to 1 characters.
It does not accept
as a character.
Hello @av
This is intended, as emojis are not βa single characterβ always, as an example ![]()
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
Thatβs great, thanks for explaining how the field counts characters ![]()