IDEMPIERE-5189:WAutoCompleterCity shift one value when choose item on list with item more (...) (#1181)

This commit is contained in:
hieplq 2022-02-12 13:16:08 +07:00 committed by GitHub
parent 05261fa747
commit 2238f39916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public class WAutoCompleterCity extends AutoComplete implements EventListener<Ev
}
//
this.removeAllItems();
this.setDict(cityValues);
this.setDict(cityValues, false);
this.setDescription(cityDesc);
}