IDEMPIERE-5189:WAutoCompleterCity shift one value when choose item on list with item more (...) (#1181)
This commit is contained in:
parent
05261fa747
commit
2238f39916
|
@ -139,7 +139,7 @@ public class WAutoCompleterCity extends AutoComplete implements EventListener<Ev
|
|||
}
|
||||
//
|
||||
this.removeAllItems();
|
||||
this.setDict(cityValues);
|
||||
this.setDict(cityValues, false);
|
||||
this.setDescription(cityDesc);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue