You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/01/31 21:31:38 UTC

[royale-asjs] branch develop updated: fix jewel textinput not triggering bindings correctly when changing text

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

carlosrovira 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 3d7d38f  fix jewel textinput not triggering bindings correctly when changing text
3d7d38f is described below

commit 3d7d38f30cad680ebd5f5359f2a136f2a724bf1f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Jan 31 22:31:31 2019 +0100

    fix jewel textinput not triggering bindings correctly when changing text
---
 .../org/apache/royale/jewel/supportClasses/textinput/TextInputBase.as    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/textinput/TextInputBase.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/textinput/TextInputBase.as
index 34cd0b5..d8ad1ba 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/textinput/TextInputBase.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/textinput/TextInputBase.as
@@ -76,6 +76,7 @@ package org.apache.royale.jewel.supportClasses.textinput
          *  @royaleignorecoercion HTMLInputElement
          */
 		[Bindable(event="change")]
+		[Bindable(event="textChange")]
 		public function get text():String
 		{
             COMPILE::SWF