Search Type: Posts; User: Jeff.Evans
Search: Search took 0.02 seconds.
-
23 Mar 2012 7:40 AM
- Replies
- 11
- Views
- 2,458
All right, we got it working as desired. Not pretty, but it works.
First, the definition of the custom Combo box (really a preconfigured class). It is defined as a new type so that it can be... -
8 Mar 2012 8:48 AM
- Replies
- 11
- Views
- 2,458
Same problem here. I want the following behavior for the combo: allow the user to either have blank (or delete a value if one is selected), or choose a value from the list. Is there no way to...
-
29 Dec 2011 1:22 PM
- Replies
- 20
- Views
- 10,707
OK, I think I figured out a way to get this to submit the "raw" (i.e. unformatted, numeric-only) value. And I think you were on the right track with processRawValue, brittongr. At least it appears...
-
21 Nov 2011 6:34 AM
Jump to post Thread: ComboBox NULL value (reset) by Jeff.Evans
- Replies
- 4
- Views
- 1,096
Have you tried simply
combo.select(null);? -
21 Nov 2011 6:28 AM
- Replies
- 6
- Views
- 772
This problem has been very annoying for us as well. The only solution I've found is to patch the Combobox class's `setValue` function. Only the portion that has changed from the 4.0.7 source is...
Results 1 to 5 of 5
