google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Combobox getValue should return null when nothing selected #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment, a Combobox where you don't select a value returns an empty 
string for the getValue() method.
It should rather return null.

Original issue reported on code.google.com by attila.b...@gmail.com on 22 Aug 2007 at 5:00

GoogleCodeExporter commented 9 years ago
Returning null when ComboBox#getValue() is called and field has empty text.

Original comment by sanjiv.j...@gmail.com on 29 Aug 2007 at 3:01