Custom Display in Ext JS ComboBox
If you want to display multiple fields in the display of an Ext JS ComboBox, you will want to use the listConfig's itemTpl like so:
xtype: 'combobox',
listConfig : {
itemTpl : '{Name} {Season} {Year}'
}
The above example will override the displayField with the configured template.
Written by Chris Missal
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Extjs
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#