0 Replies Latest reply on Jun 9, 2009 9:31 AM by thinkwise

    Combobox: expand

      When I type a few characters in the combobox when the combobox is closed the first input character is been ignored or used as keydown to open the combobox. The user misses the first char of the inputstring.

      I use the combobox with this settings:

      comboBox.setSelectFirstOnUpdate(false);
      comboBox.setFilterNewValues(false);

      Is this a bug?