How to add an empty item to ExtJS combobox?

前端 未结 6 684
慢半拍i
慢半拍i 2020-12-16 12:33

I want to add and empty item (display value is blank, item height is kept as normal) to an Ext.form.ComboBox. I refered 2 links below to configure my combobox, but it still

6条回答
  •  无人及你
    2020-12-16 12:59

    In Ext 4.2.1 (probably others), just add to combobox config:

    tpl : '
    {fullName} 
    '

提交回复
热议问题