Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3, EE-3.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P01, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:-
-
Assignee Priority:P1
-
Salesforce Case Reference:
Description
When using the comboBox's listValue to populate the drop down, the filter searches based on the item value and not the label. This is obviously not intuitive for users. For example:
<ace:comboBox listVar="department" listValue="#{testBean.departments}" itemValue="#{department.id}"
filterMatchMode="contains">
<f:facet name="row">
<h:outputText value="#{department.name}" />
</f:facet>
<ace:ajax execute="@this" render="@all" />
</ace:comboBox>
renders:
<span class="ui-combobox-item-label"><span id="iceForm:selectDepartment:0:_t7">Test 1</span></span>
........
<span class="ui-combobox-item-value" style="visibility:hidden;display:none;">1</span></div>
Typing in 'Test 1' does not return a matching value.
<ace:comboBox listVar="department" listValue="#{testBean.departments}" itemValue="#{department.id}"
filterMatchMode="contains">
<f:facet name="row">
<h:outputText value="#{department.name}" />
</f:facet>
<ace:ajax execute="@this" render="@all" />
</ace:comboBox>
renders:
<span class="ui-combobox-item-label"><span id="iceForm:selectDepartment:0:_t7">Test 1</span></span>
........
<span class="ui-combobox-item-value" style="visibility:hidden;display:none;">1</span></div>
Typing in 'Test 1' does not return a matching value.
Issue Links
- depends on
-
ICE-9427 ace:comboBox - Issues when SelectItem label and value don't match
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Tyler Johnson
created issue -
Tyler Johnson
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000UcWYeAAN |
Deryk Sinotte
made changes -
Fix Version/s | EE-3.3.0.GA_P01 [ 11174 ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee | Mark Collette [ mark.collette ] | |
Affects Version/s | 3.3 [ 10370 ] | |
Assignee Priority | P2 [ 10011 ] | |
Component/s | ACE-Components [ 10050 ] |
Mark Collette
made changes -
Assignee | Mark Collette [ mark.collette ] | Arturo Zambrano [ artzambrano ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arturo Zambrano
made changes -
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |