--- In [email protected], Gordon Smith <gosm...@...> wrote:
>
> In a handler for the 'textInput' event, set event.text = 
> event.text.toUpperCase(). The 'textInput' event is dispatched after the text 
> has been typed (or converted by an IME) but before it has been inserted into 
> the TextField. The 'change' event is dispatched after the text has been 
> inserted.
> 

Thank you for the tip. 

We actually tried this, but it didn't work for us. It seemed like the other 
existing listeners for the textInput event got the version of the event with 
the lower-case characters?

Also, we need the actual text in the input box to display as upper-case too.


Reply via email to