1003188 Improve consistency of Lookup box behavior. Turn off auto complete for more consistent behaviour. IDEMPIERE-662

This commit is contained in:
Heng Sin Low 2013-10-18 18:06:39 +08:00
parent edeb703d7e
commit 58eda8b794
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ public class TreeSearchPanel extends Panel implements EventListener<Event>, Tree
cmbSearch = new AutoComplete();
cmbSearch.setAutodrop(true);
cmbSearch.setAutocomplete(false);
cmbSearch.setId("treeSearchCombo");
cmbSearch.setSclass("tree-search-combo");