[CLOSED] Type ahead on combo not working after store rebound

  1. #1

    [CLOSED] Type ahead on combo not working after store rebound

    Guys

    I have a combo on a form panel and type ahead works perfectly (combo expands or contracts based on the matches).
    However once the store is redound (direct event) the type ahead does not work as expected (even though combo.reset() is called) -- the type ahead still find the matches however the combo box drop down section no longer expands and contracts.

    I was just wondering if I need to call anything client side to make sure the combo initialises properly when the store is rebound.

    Ta,
    D
    Last edited by Daniil; Jan 22, 2015 at 1:48 PM. Reason: [CLOSED]
  2. #2
    I have pretty much tried all reset and clear methods on the combobox server side but with no joy.

    Ta,
    D
    Last edited by CanopiusApplications; Jan 21, 2015 at 9:04 PM.
  3. #3
    Found the issue.

    Was calling store.clearfilter() prior to binding which was throwing the combo off. Also changed a few other properties but this seems to be the cause.
    Can close the call.

    Ta,
    D

Similar Threads

  1. Render Hidden to html Input type="hidden"
    By lasalle in forum 1.x Help
    Replies: 2
    Last Post: Jun 25, 2013, 7:24 AM
  2. [CLOSED] How get combo input type in javascript?
    By mcfromero in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 18, 2012, 4:52 PM
  3. Combobox type Ahead
    By blurken in forum 2.x Help
    Replies: 0
    Last Post: May 14, 2012, 1:47 AM
  4. [CLOSED] Type Ahead in a Combo
    By CMA in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 17, 2009, 10:54 AM
  5. [CLOSED] Combobox Type Ahead Selection Question
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 22, 2009, 10:08 AM

Posting Permissions