How to set the caret position, there is only
this.caretIndex (READ)
How to set the caret position, there is only
this.caretIndex (READ)
use setSelection(beginIndex:int, endIndex:int):void
eg
this.textField.setSelection(20, 20)
© 2022 - 2024 — McMap. All rights reserved.