Bug #850 El autocomplete hace dos peticiones en lugar de una

This commit is contained in:
Gerard 2018-12-19 16:00:30 +01:00
parent 6c6d5cd8c1
commit 0344b5b669
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ export default class Autocomplete extends Input {
this.assignDropdownProps();
this.showField = this.$.dropDown.showField;
this.valueField = this.$.dropDown.valueField;
this.refreshSelection();
}
get model() {