> Please feel free to file bugs for either/both issues at 
> http://bugs.adobe.com/flex/.

Hi Peter,

I filed a bug on spark textinput. Someone else has filed one on mx:TextInput 
(https://bugs.adobe.com/jira/browse/SDK-21617) and provided a workaround which 
is similar to the "callLater" one you suggested:

setTimeout(doClean, 100);
}
private function doClean():void
{
txt.text='';
} 

Thanks.

Geng
 


Reply via email to