Question
TextField input problem
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.
