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

aharui 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 9dfd1db  add binding metadata to Spark TextInput.  Should fix #678
9dfd1db is described below

commit 9dfd1dba6a18a6bf4f6984d31c9c745a47da3623
Author: Alex Harui <aha...@apache.org>
AuthorDate: Wed Jan 15 11:52:10 2020 -0800

    add binding metadata to Spark TextInput.  Should fix #678
---
 .../SparkRoyale/src/main/royale/spark/components/TextInput.as         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
index 21a6f92..4ce4a3f 100644
--- 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
+++ 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
@@ -284,8 +284,8 @@ public class TextInput extends SkinnableTextBase
     //  text
     //----------------------------------
 
-    //[Bindable("change")]
-    //[Bindable("textChanged")]
+    [Bindable("change")]
+    [Bindable("textChanged")]
     
     // Compiler will strip leading and trailing whitespace from text string.
     [CollapseWhiteSpace]

Reply via email to