Author Topic: (UIInput) How to prohibit the input of non-Latin characters?  (Read 3131 times)

GantZ_Yaka

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 21
    • View Profile
(UIInput) How to prohibit the input of non-Latin characters?
« on: March 28, 2016, 02:24:43 AM »
Please help advice. How to prohibit the input of non-Latin characters?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: (UIInput) How to prohibit the input of non-Latin characters?
« Reply #1 on: March 31, 2016, 04:01:10 AM »
Set the input's validation to custom, and set your validation function via code (UIInput.onValidate).