cibernox / ember-power-select-typeahead

Typeahead component built on top of ember-power-select
MIT License
37 stars 57 forks source link

Search with same single char multiple times => options not shown #100

Open sebastianhelbig opened 3 years ago

sebastianhelbig commented 3 years ago

Current behaviour:

1) Enter a search term "a" => options list is shown 2) click somewhere outside => options list closes 3) Enter search term "a" again => options list is not shown

Expected behaviour:

1) Enter a search term "a" => options list is shown 2) click somewhere outside => options list closes 3) Enter search term "a" again => options list is shown