如何获取ExtJS 3.4 ComboBox中selected displayField的值?
getValue()返回valueField,但我需要其他。

最佳答案

combo.getValue()-> valueField
combo.getRawValue()-> displayField

07-26 09:17