[CLOSED] Editable ComboBox issue

  1. #1

    [CLOSED] Editable ComboBox issue

    Hi all,

    I have a combo box bind to Store. If store's empty I'd like to insert value in combo and save it. To do this I set property Editable to true, but when I click in another field of the form, or outside in the page, the value I entered in combo is lost.

    Please, try at examples explorer -> Form -> ComboBox -> Overview in the "Editable with predefine value" combo,
    if you write something and then click outside the control the value is reset.

    How can I solve that?

    Thanx

    Matteo


  2. #2

    RE: [CLOSED] Editable ComboBox issue

    I got it working setting the ForceSelection property to false.
    Can you confirm? According to ExtJs documentation it is false by default.

    Thanx, solved.

    Matteo
  3. #3

    RE: [CLOSED] Editable ComboBox issue

    Hi Matteo,

    For some reason we've changed the default value of .ForceSelection to 'true'. I believe this was to work-around a defect. I'll have to investigate further. It does appear setting .ForceSelection="false" in your code will solve the problem.


    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] Editable ComboBox issue

    Hi Geoff,

    ok no problem, with the property explicitly set it works fine.

    Matteo

Similar Threads

  1. [CLOSED] Tab navigation issue in Editable GridPane
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2011, 12:48 PM
  2. [CLOSED] Tabbing issue on editable grid
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 08, 2011, 9:14 AM
  3. [CLOSED] Editable Grid - Checkbox issue...
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 23, 2010, 10:33 AM
  4. [CLOSED] [1.0] IE Issue with Editable GridPanel
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 31
    Last Post: May 07, 2010, 5:48 PM
  5. Date Format issue in editable grid
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 2
    Last Post: Sep 26, 2009, 3:07 PM

Posting Permissions