Widgets: ComboBox: Default text value is value of first listItem, not
textAttribute
-----------------------------------------------------------------------------------
Key: XAP-321
URL: https://issues.apache.org/jira/browse/XAP-321
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Trevor Oldak
Priority: Minor
open the following xal:
<comboBox id="testComponent"
text="Select a value...">
<listBox
id="testComponentListBox">
<listItem text="Option
1" value="Value 1"/>
<listItem text="Option
2" value="Value 2"/>
<listItem text="Option
3" value="Value 3"/>
<listItem text="Option
4" value="Value 4"/>
</listBox>
</comboBox>
the comboBox should display "Select a value..." but it instead just displays
"Option 1"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.