valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

Second typed character being removed automatically #945

Open varshaAwaazDe opened 6 years ago

varshaAwaazDe commented 6 years ago

Steps to reproduce the issue:

  1. Go to the demo link
  2. Go to the Multiple example tab
  3. Add an element in the input and press enter. In this case, an element will get added to the select box
  4. Then really really quickly try pressing any random 2 characters.

Issue: --> You will see that the second letter comes and disappears in a split second. Expectation: --> No letter should disappear on its own unless the user presses backspace

For example: If I typed "am" real quick, then "m" would disappear and only "a" would stay

Note: You have to be real quick when you type the random 2 characters

I've got a video recorded of the issue. Unfortunately, I can't attach it here. I can share it if needed through other means

optimistex commented 6 years ago

Hi! I continue developing the project in my fork: https://github.com/optimistex/ngx-select-ex In the fork solved a lot of issues including at your issue. Do not believe me. Try it yourself: https://optimistex.github.io/ngx-select-ex/

awaazde commented 6 years ago

@optimistex Your's seems a well developed package but few things we need are missing here. We would need to use ng2-select only.Thanks though :)

optimistex commented 6 years ago

@awaazde The ng2-select seems have not maintainers anymore. Look at the pull requests. It is not similar to living project. The ngx-select-ex reimplement the ng2-select and similar enough. I can't use ng2-select because I haven't permissions to publish a package with the name ng2-select.