[FIXED] [#783] [3.2.0] Change Default Value of a Property

  1. #1

    [FIXED] [#783] [3.2.0] Change Default Value of a Property

    Hi all,

    I want to change default value of combobox's forceselection to true. If I override combobox like below, I can't change it true in pages. Is there a way to change default value of a property?

    Ext.define('My.overrides.form.field.ComboBox', {
        override: 'Ext.form.field.ComboBox',
        forceSelection : true
    });
    Regards,
    Vzx
    Last edited by Daniil; Apr 10, 2015 at 2:40 PM. Reason: [FIXED] [#783] [3.2.0]
  2. #2
    Hi @vzx,

    Please clarify, if I change something in SVN trunk, will you be able to update or you stick to the public releases?
  3. #3
    Hi Daniil,

    I can get latest trunk.

    Thanks,
    Vzx
  4. #4
    Nice.

    Created an Issue - ComboBox's ForceSelection="false" doesn't render to client.

    Fixed in the revision #6415. It goes to 3.2.0.

    Now even if forceSelection is true by default, you can change it on a specific ComboBox via setting ForceSelection="false".

Similar Threads

  1. [CLOSED] Label Separator - change Default
    By xtoolz in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 20, 2015, 6:26 PM
  2. Date Column change default value on the grid
    By macir27 in forum 2.x Help
    Replies: 0
    Last Post: Feb 16, 2015, 12:07 PM
  3. [CLOSED] How to change default font family
    By trePjt in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 25, 2014, 4:41 AM
  4. How to change HtmlEditor default color.
    By speedstepmem3 in forum 1.x Help
    Replies: 3
    Last Post: Sep 29, 2009, 7:12 AM
  5. How to change default font of HTML Editor
    By VietView in forum 1.x Help
    Replies: 0
    Last Post: Mar 25, 2009, 8:22 AM

Tags for this Thread

Posting Permissions