Greentube / ngx-typeahead

Typeahead multi-select dropdown component for angular. Demo:
https://greentube.github.io/ngx-typeahead/demo
MIT License
22 stars 11 forks source link

Typing a valid selection with lowercase should work in the same way as upper case #14

Closed vcalexa closed 6 years ago

vcalexa commented 6 years ago

If a valid selection is typed using upper case(e.g. type Algeria inside single template and press Enter) then the selection is added. However if the same thing is typed with lowercase, it will not be recognized as valid and not saved. There is a workaround: press the down arrow key before pressing Enter.