Hi there,
I’m using a Canvas with a TextInput field.
The user types the mail address in this field and it should be sent to the server.
Is the content type “Email Address” limited to 19 characters?!
I set the “Character Limit” to 225 but when I Debug.Log the textinput field I only get the first 19 letters that were typed in.
Is this a bug or really wanted?