-
27 Mar 2011 11:48 PM #1
[OPEN-EXTJSIV-413] ComboBox.getValue() does not return value of the field
[OPEN-EXTJSIV-413] ComboBox.getValue() does not return value of the field
ComboBox.getValue() does return the selected value of the ComboBox, but not the currently typed in value, if the value is not available as choice.
-
28 Mar 2011 6:09 AM #2
I don't think it should, should it?
If it's not available as a choice, the field shouldn't allow you to set that as a value.
-
28 Mar 2011 6:26 AM #3
If you create a ComboBox in ExtJs 3, you would bind it to an input field. And with this combination, it was possible to have a value in the field, that is not in the choices.
For example, if you use a ComboBox for a live search, the field would be the search string and the choices would be the results.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-224] http 204 (No Content) return error
By chrisbrianolsen in forum Ext:BugsReplies: 1Last Post: 31 Mar 2011, 8:49 PM -
ComboBox<Bean> .getvalue() method return null if not modified
By DaRkViDe in forum Ext GWT: DiscussionReplies: 6Last Post: 10 Dec 2010, 1:34 AM -
[CLOSED] ComboBox getValue return null - rc1
By fother in forum Ext GWT: Bugs (2.x)Replies: 4Last Post: 26 Jun 2009, 10:48 AM -
ComboBox.getValue return null after binding???
By lichnost in forum Ext GWT: Help & Discussion (1.x)Replies: 13Last Post: 7 Jun 2009, 11:05 AM -
ComboBox getValue should return the real value, not the displayValue
By Dumas in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 8 Mar 2009, 11:40 PM


Reply With Quote