You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/12/01 12:17:57 UTC

[royale-asjs] branch develop updated: Update TextInput.as added textField property

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 821f429  Update TextInput.as added textField property
821f429 is described below

commit 821f429bd7692512053fc086bd473a0b3bd6d685
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Tue Dec 1 17:17:10 2020 +0500

    Update TextInput.as added textField property
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
index 84cd5bc..da4f03e 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
@@ -321,6 +321,8 @@ public class TextInput extends UIComponent implements ITextInput
      *  @private
      */
     private var errorCaught:Boolean = false;
+    
+    protected var textField:mx.core.IUITextField;
 
     //--------------------------------------------------------------------------
     //