You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/02/28 10:21:35 UTC

[GitHub] [royale-asjs] javeiga-iest opened a new issue #742: Jewel VirtualComboBox - ComboBoxTextPrompt

javeiga-iest opened a new issue #742: Jewel VirtualComboBox - ComboBoxTextPrompt
URL: https://github.com/apache/royale-asjs/issues/742
 
 
   I'm working with VirtualComboboxes. ComboBox has ComboBoxTextPrompt bead, that allow us to show a message inside the field when none item is selected.
   There's a way to use ComboBoxTextPrompt in VirtualCombobox?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] carlosrovira closed issue #742: Jewel VirtualComboBox - ComboBoxTextPrompt

Posted by GitBox <gi...@apache.org>.
carlosrovira closed issue #742: Jewel VirtualComboBox - ComboBoxTextPrompt
URL: https://github.com/apache/royale-asjs/issues/742
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] carlosrovira commented on issue #742: Jewel VirtualComboBox - ComboBoxTextPrompt

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #742: Jewel VirtualComboBox - ComboBoxTextPrompt
URL: https://github.com/apache/royale-asjs/issues/742#issuecomment-592613835
 
 
   Hi Javier,
   just tried with the TDJ example and is working right:
   
   ```
   <j:VirtualComboBox localId="virtualIconCmb"
   			className="cmbSimpleiIconListItemRenderer" labelField="label"
   			dataProvider="{listModel.bigIconListVOData}" rowCount="4" rowHeight="52">
   	<j:beads>
   		<j:ComboBoxTextPrompt prompt="Some text here..."/>
   	</j:beads>
   </j:VirtualComboBox>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services