pashminakazi commented on issue #871:
URL: https://github.com/apache/royale-asjs/issues/871#issuecomment-647625443


   mx:DateField is extends ComboBase which has a property **value**
   ```
   public function get value():Object
   {
        return null;    
   }
   ```
   it is returning null value


----------------------------------------------------------------
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]


Reply via email to