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

The item can't be selected in drop-down list by mouse on Mozilla and Safari #34

Open hyzhang6639 opened 4 years ago

hyzhang6639 commented 4 years ago

Reproduce step:

  1. Open the demo page in Mozilla or Safari and click one drop-down list. Move the mouse to select one item "Striing" in "Single,custom" selection. The item can't be shown in the selection. If I select the item by the keyboard, the item can be selected. The same issue also occurred on Safari.

https://greentube.github.io/ngx-typeahead/demo/

  1. In Chrome, mouse can select the item successfully.