View Issue Details

IDProjectCategoryView StatusLast Update
0003370NoesisGUIStudiopublic2025-10-29 11:19
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product VersionStudio_Alpha 
Target VersionStudio_Beta 
Summary0003370: Text Property of the ComboBox Element is Non-Functional
Description

According to the WPF documentation, the 'Text' property of a ComboBox should have the ability to poll its children ComboBoxItem Content properties and display it as the ComboBox's label, provided there is a match between the 'Text' property, and the 'Content' property of any of the ComboBoxItems within.

Currently, this functionality does not work as expected. See repro steps below.

Steps To Reproduce

Repro Steps:

1) Create a Page
2) From the Add Elements Panel, drag in a ComboBox to the Root Grid of the page, as well as a trio of ComboBoxItems within the ComboBox.
3) Set the 'Content' property of each ComboBoxItem to Option_A, Option_B, and Option_C respectively.
4) In the ComboBox, set the 'Text' property to "Option_A".

Observe how the ComboBox's label does not populate with visible text.

Expected results: With the configuration above, the ComboBox's label should read "Option_A"

PlatformAny

Activities

dstewart

dstewart

2025-10-29 11:19

developer   ~0011280

Couldn't figure out what I was on about, but the WPF Documentation States: "Setting the Text property to a value that is in the Items collection sets the SelectedIndex to the index of that item"

Issue History

Date Modified Username Field Change
2024-06-07 19:09 dstewart New Issue
2024-06-09 17:32 dfranjic Assigned To => sfernandez
2024-06-09 17:32 dfranjic Status new => assigned
2024-06-10 12:26 jsantos Target Version => Studio_Alpha
2025-04-02 11:09 sfernandez Target Version Studio_Alpha => Studio_Beta
2025-10-29 11:19 dstewart Note Added: 0011280