Autocomplete value / label problem

Autocomplete value / label problem

When setting the value and label properties to different values (label: item.name, value: item.geonameId) the value displayed in the input box is the value property instead of the label property.

This can be seen in the 1.8 rc2 Remote JSONP datasource example.

Is this the correct behaviour?