pashminakazi commented on issue #752: s:TextInput ValueCommit Function is not 
triggered
URL: https://github.com/apache/royale-asjs/issues/752#issuecomment-597459663
 
 
   Compile this Example : https://paste.apache.org/f5p8d
   When you write something in
        `       <s:TextInput x="129" y="18.5" width="94" height="22" 
valueCommit="txtFrom_valueCommitHandler(event)" enabled="true" id="txtFrom" 
tabIndex="6" restrict="0-9."/>`
   this function should be called
   ```
   protected function txtFrom_valueCommitHandler(event:FlexEvent):void
        {
                txtFrom.text = fmtNumber1.format(txtFrom.text);
        }       
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to