v1.1.1
This commit is contained in:
parent
70360a8ce6
commit
3675ad0c9b
2
dist/xm-select.js
vendored
2
dist/xm-select.js
vendored
File diff suppressed because one or more lines are too long
@ -482,7 +482,7 @@ class General extends Component{
|
||||
input.addEventListener('compositionstart', this.handleComposition.bind(this));
|
||||
input.addEventListener('compositionupdate', this.handleComposition.bind(this));
|
||||
input.addEventListener('compositionend', this.handleComposition.bind(this));
|
||||
input.addEventListener('input', this.searchInput.bind(this, 'input'));
|
||||
input.addEventListener('input', this.searchInput.bind(this));
|
||||
this.searchInputRef = input;
|
||||
}
|
||||
this.base.addEventListener('keydown', this.keydown.bind(this, 'div'));
|
||||
|
Loading…
Reference in New Issue
Block a user