add hooks for geoip lookup
This commit is contained in:
parent
323c175936
commit
8cb8873760
3 changed files with 32 additions and 1 deletions
|
|
@ -172,6 +172,11 @@ class AutoComplete {
|
|||
}
|
||||
}
|
||||
|
||||
setValue(newValue) {
|
||||
this.currentValue = newValue;
|
||||
this.elem.value = newValue;
|
||||
}
|
||||
|
||||
onValueChange() {
|
||||
clearTimeout(this.onValueChange);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue