HI All,
I have came across a very strange scenario. I searched the adobe Bug management system but dint find any bug related to it.
1. User spark Textinput
2. set text property "I am string"
3. Set maxChar=4,
4. copy 'abcbcbbcbcbbcbbbbbbbbbbbbbbbbbb" string and press cntrl+V
You can see that eventhough maxChars = 4 is refered its not honoured.It allows you to paste beyond 4 characters
I think this is adobe Bug.
please tell me if anyone faced this scenarion.
<s:textInput text="I am string" maxChars='4'/>
regards