Bug #850 El autocomplete hace dos peticiones en lugar de una
This commit is contained in:
parent
6c6d5cd8c1
commit
0344b5b669
|
@ -36,7 +36,6 @@ export default class Autocomplete extends Input {
|
||||||
this.assignDropdownProps();
|
this.assignDropdownProps();
|
||||||
this.showField = this.$.dropDown.showField;
|
this.showField = this.$.dropDown.showField;
|
||||||
this.valueField = this.$.dropDown.valueField;
|
this.valueField = this.$.dropDown.valueField;
|
||||||
this.refreshSelection();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get model() {
|
get model() {
|
||||||
|
|
Loading…
Reference in New Issue