-
13 Apr 2012 3:38 PM #1
Ext GWT 3.0 RC 2 - ComboBox Property Editor bug
Ext GWT 3.0 RC 2 - ComboBox Property Editor bug
The ComboPropertyEditor should use label provider instead of object.toString().
Code:private class ComboPropertyEditor extends PropertyEditor<T> { ... @Override public String render(T object) { return object == null ? "" : labelProvider.getLabel(object); } }
-
16 Apr 2012 8:21 AM #2
Thanks - this has been called out in several posts in the Ext GWT 3 Bugs forum.
http://www.sencha.com/forum/showthre...orer-demo-too)
http://www.sencha.com/forum/showthre...d-consequently
-
25 Apr 2012 12:16 AM #3


Reply With Quote