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

[royale-asjs] branch ComboBoxListCloseOnClick updated: Add usage example in TDJ

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

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


The following commit(s) were added to refs/heads/ComboBoxListCloseOnClick by this push:
     new cbf6bde  Add usage example in TDJ
cbf6bde is described below

commit cbf6bde9ff649fe2b6963c77f7629525b3db5138
Author: Raul Nuñez <ra...@apache.org>
AuthorDate: Thu Dec 10 17:34:27 2020 +0100

    Add usage example in TDJ
---
 examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml b/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
index 3f793ee..979111c 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
@@ -374,6 +374,7 @@ limitations under the License.
 							<j:ComboBoxPresentationModel rowCount="4" rowHeight="52"/>
 							<j:ComboBoxTextPrompt prompt="Icons and Text..."/>
 							<j:SearchFilter/>
+							<j:ComboBoxListCloseOnClick/>
 						</j:beads>
 					</j:ComboBox>
 					
@@ -387,6 +388,7 @@ limitations under the License.
 							<j:ComboBoxPresentationModel rowCount="4" rowHeight="52"/>
 							<j:ComboBoxTextPrompt prompt="Icons and Text..."/>
 							<j:SearchFilter/>
+							<j:ComboBoxListCloseOnClick/>
 						</j:beads>
 					</j:ComboBox>