Hello Guest

Author Topic: Pressing enter in TextInput  (Read 3513 times)

maureli

  • Newbie
  • *
  • Posts: 15
    • View Profile
Pressing enter in TextInput
« on: August 25, 2014, 07:45:54 pm »
When you hit enter when you're inside the text box of a text input, is it supposed to insert a new line? If not, how would I go about doing so? Also, will the cursor automatically follow?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Pressing enter in TextInput
« Reply #1 on: August 26, 2014, 11:25:50 am »
Sorry, the text input script doesn't handle multiple lines.

maureli

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Pressing enter in TextInput
« Reply #2 on: August 26, 2014, 02:38:43 pm »
Can I traverse through the text I've previously typed using the arrow keys?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Pressing enter in TextInput
« Reply #3 on: August 26, 2014, 02:56:12 pm »
Nope, the primary target for that was the iOS / Android input systems with the custom keyboard they provide on those platforms.