Content Type Email Address - UI Input (560462)

Hi there,

I already posted this in the beta section, but got no answer :frowning:

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?

… It doesn’t limit it at all… are you sure you’re logging the correct value? I’m guessing your logging the inputfield.textcomponent.text instead of the proper inputfield.text.

That’s it! Thanks a lot!