StageText issues with autocorrect and restrict
问题 I am attempting to use StageText in an Android AIR app as follows: var tf:StageText = new StageText(); tf.stage = stage; tf.viewPort = new Rectangle(0, 0, stage.fullScreenWidth, 90); tf.text = "Test"; tf.editable = true; tf.autoCorrect = false; tf.fontSize = 50; tf.color = 0xFF0000; tf.maxChars = 12; tf.restrict = "A-Za-z"; When editing this StageText on an Android device everything works as expected until you hit the delete button. Until now, no autocorrect suggestions will have been