diff --git a/components/select/select.ts b/components/select/select.ts index 99f23d21..c997e5e2 100755 --- a/components/select/select.ts +++ b/components/select/select.ts @@ -408,6 +408,8 @@ export class SelectComponent implements OnInit { this.inputValue = target.value; this.behavior.filter(new RegExp(escapeRegexp(this.inputValue), 'ig')); this.doEvent('typed', this.inputValue); + }else { + this.open(); } }