Search Unity

TMP_InputField support for non ASCII email addresses

Discussion in 'UGUI & TextMesh Pro' started by Swah, Apr 20, 2021.

  1. Swah

    Swah

    Joined:
    May 13, 2015
    Posts:
    80
    Hello,

    We've got an app that will likely have several users from various Asian countries, and my understanding is that they are now likely to have email addresses with international symbols in them. We'll want them to register to our app using their email.

    If I create an input field with a "Standard" content type, I'm able to type Chinese characters in it. But if I set the content type to Email Address, the characters do not appear. Setting the field as email is important for usability reasons on mobile devices.

    So I'm not sure how I could support international symbols in email fields - do you have work arounds for this?

    Thanks a lot, love TMP!