我需要按投资组合项目的类型显示 State 字段的允许值列表。以下代码返回 URL 而不是值?我究竟做错了什么?
var typeCombobox= Ext.create('Ext.Container', {
items: [{
xtype: 'rallyattributecombobox',
model: 'PortfolioItem/FEATURE',
field: 'State',
multiSelect: true,
}],
});