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 d61c9b7  Update TextInput.as added borderStyle
d61c9b7 is described below

commit d61c9b79c18ed3658340d855eeafe20f267c180c
Author: pashminakazi <[email protected]>
AuthorDate: Wed Dec 16 17:51:48 2020 +0500

    Update TextInput.as added borderStyle
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as | 1 +
 1 file changed, 1 insertion(+)

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 da4f03e..26f5646 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
@@ -127,6 +127,7 @@ use namespace mx_internal;
  */
 [Event(name="textInput", type="mx.events.TextEvent")]
 
+[Style(name="borderStyle", type="String", inherit="no")]
 
 //--------------------------------------
 //  Other metadata

Reply via email to