optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

List of issue in new version #138

Closed pablochud closed 5 years ago

pablochud commented 5 years ago

ngx-select-ex: 3.6.8, angular 7

The three issues listed below worked in previous version and it was perfect. 1). The onMouseEnter event doesn't retrieve properly index of item. It always returns 0; 2). Selector jumps to the first element when dynamically expand item list at the last element 3). Before it downloads the list asynchronously, it displays the message no data found . It should not display

example here: https://stackblitz.com/edit/ngx-select-ex-issues-100-yaga6d

pablochud commented 5 years ago

4). The Typed event triggers when the list is being navigated by arrows, but the search field is still empty.

example above was updated.

szymon5x commented 5 years ago

I have fixed those problems and created a pull request.

optimistex commented 5 years ago

Fixed: https://github.com/optimistex/ngx-select-ex/pull/142

optimistex commented 4 years ago

@szymon5x I've released a fix that touched your code:

Now, seems it work better. But, please, make sure that I did not brake your logic.