If you call getValue() on an instance of goog.ui.ComboBox I would expect to get
the model of the selected goog.ui.ComboBoxItem. If the model is not set then
get the content value.
Instead the content value is always returned.
Suggest changing the code for the goog.ui.ComboBox.prototype.setValue function
from
return this.labelInput_.getValue();
to
return this.menu_.getHighlighted().getValue();
Ali.
Original issue reported on code.google.com by ali.taf...@googlemail.com on 5 Jul 2013 at 2:55
Original issue reported on code.google.com by
ali.taf...@googlemail.com
on 5 Jul 2013 at 2:55