Skip to main content
Participant
April 2, 2013
Question

TextField input problem

  • April 2, 2013
  • 2 replies
  • 508 views

I'm having problem in TextField, in this new version 3.7, it don't work

input type. Where TextField receives keyboard events but does not add

the characters in the TextField.

this._textField.type == TextFieldType.INPUT;

Someone could tell me how can I solve this problem? or if a problem and so version.

This topic has been closed for replies.

2 replies

Colin Holgate
Inspiring
April 2, 2013

That should be one =, not ==.

Participant
April 5, 2013

this._textField.type = TextFieldType.INPUT;

My faut ... but problem persist's