In 15.9, after enhancing the drop-down component, lookup values displayed might not be proper / correct in the Modern User Experience (UX)
{"_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues?filter=%28%28searchText+startsWith+%27%25%27%29%29&offset=0","_totalCount":3,"_results":[{"displayValue":"Value A","id":"value_a","_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues/dmFsdWVfYQ"},{"displayValue":"Value B","id":"value_b","_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues/dmFsdWVfYg"},{"displayValue":"value C","id":"value_c","_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues/dmFsdWVfYw"}],"_recordsReturned":3}
{"_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues?filter=%28%28searchText+startsWith+%27%25%27%29%29&offset=0","_totalCount":2,"_results":[{"displayValue":"Value B","id":"value_b","_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues/dmFsdWVfYg"},{"displayValue":"value C","id":"value_c","_self":"http://myserver:8080/ppm/rest/v1/lookups/MYVALUES/lookupValues/dmFsdWVfYw"}],"_recordsReturned":2}
Expected Results: To find Value B and Value C as selectable options
Actual Results: Value A and Value B are selectable
Clarity 15.9
This is caused by DE58834
This is fixed in 15.9.1 and is also backported to 15.9.0.1
ADDITIONAL INFORMATION: In 15.9 the lookup display has been enhanced and the pre-selected value is grouped on the top of the list.
On this case Value A. As per the developer tools, the response shows Value B and C as selectable, but displaying the pre-selected value hides on the available values behind
Please see Enhancing the Drop-Down Component in 15.9
This is also affecting parameterized lookups with the BROWSE_ONLY construct where the pre-selected value is not passed
See also: Lookups master KB for Clarity