Hi All,
I am using an instance of TextArea. When I press an enter key while entering the text in that text area I am not able to receive the whole text by using the method
var str1:String = textarea_txt.te xt;
I sthere any issue with enter key?
Please help me out.
Thanks for any help.
I am using an instance of TextArea. When I press an enter key while entering the text in that text area I am not able to receive the whole text by using the method
var str1:String = textarea_txt.te xt;
I sthere any issue with enter key?
Please help me out.
Thanks for any help.
Comment