Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.7.1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:In the valueChangeListener, get a reference to the SelectInputText component, and call getSelectedItem().getValue() on it.
Description
It looks like when you click on a SelectItem from the popup list of the selectInputText, that the label becomes the submitted value. Probably the SelectItem's value should be the submitted value. This should be investigated, in regards to using Converters, to align it with how other SelectItem base component work.
Requires review.