I have a lot of native textfields on a screen so I tried using a common listener function all the textfields can use and getting a reference to textfield being modified using event.target. I doesn’t appear to work. Is there a way to get a reference to the textfield that the event occurred in? I was wanting to know this so I could limit the amount of text a user can put in the textfield by checking text property length and removing anything typed passed the limit. Is there a better way to do this? [import]uid: 11681 topic_id: 5452 reply_id: 305452[/import]