extJs: Combobox .getValue oddity - 2 (The "Solution")

| | Comments (0)
Previously: extJs: Combobox .getValue oddity

Here's a quick-hacky solution (a better one would be to ensure your combobox's are selection-only):

Ext.override(Ext.form.ComboBox, {
    getValue: function()
    {
        return this.value;
    }
    });

Leave a comment

About this Entry

This page contains a single entry by Rob published on June 8, 2009 8:30 AM.

Coolite documentation was the previous entry in this blog.

Coolite - File Upload Dialog & other breaking changes is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 5.02